#6faccc

Color #6FACCC Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #6FACCC

Tints of Seagull #6FACCC

Color information

#6FACCC (or 0x6FACCC) is unknown color: approx Seagull. HEX triplet: 6F, AC and CC. RGB value is (111,172,204). Sum of RGB (Red+Green+Blue) = 111+172+204=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACCC is #905333. Grayscale: #9D9D9D. Windows color (decimal): -9458484 or 13413487. OLE color: 13413487.

HSL color Cylindrical-coordinate representation of color #6FACCC: hue angle of 200.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FACCC is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB111172204-
CMYK0.460.1600.2
HSL200.65º47.69%61.76%-
HSV(B)200.65º45.59%80%-
XYZ32.2137.2462.62-
YUV157.41154.2994.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 22.79%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=22.79%
G=35.32%
B=41.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1111722040.460.1600.2200.6547.6961.76
Hex6FACCC2E10014c9303e
Octal15725431456200243116076
Binary110111110101100110011001011101000001010011001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6faccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6faccc; }

 p { color: rgb(111,172,204); }

 H1.HeaderClassName
 {
   color: #6faccc;
 }
 .AnyTagClassName
 {
   color: #6faccc;
 }
</style>
background-color css

<style>
 a { background-color: #6faccc; }

 a { background-color: rgb(111,172,204); }

 div.DivClassName
 {
   background-color: #6faccc;
 }
 .BgClassName
 {
   background-color: #6faccc;
 }
</style>
border-color css

<style>
 span { border-color: #6faccc; }

 span { border-color: rgb(111,172,204); }

 td.TdClassName
 {
   border-color: #6faccc;
 }
 .TagClassName
 {
   border-color: #6faccc;
 }
</style>