#6EAFCC

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

Shades of Seagull #6EAFCC

Tints of Seagull #6EAFCC

Color information

#6EAFCC (or 0x6EAFCC) is unknown color: approx Seagull. HEX triplet: 6E, AF and CC. RGB value is (110,175,204). Sum of RGB (Red+Green+Blue) = 110+175+204=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFCC is #915033. Grayscale: #9E9E9E. Windows color (decimal): -9523252 or 13414254. OLE color: 13414254.

HSL color Cylindrical-coordinate representation of color #6EAFCC: hue angle of 198.51º 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 #6EAFCC is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB110175204-
CMYK0.460.1400.2
HSL198.51º47.96%61.57%-
HSV(B)198.51º46.08%80%-
XYZ32.6638.3362.8-
YUV158.87153.4793.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=22.49%
G=35.79%
B=41.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101752040.460.1400.2198.5147.9661.57
Hex6EAFCC2EE014c7303e
Octal15625731456160243076076
Binary11011101010111111001100101110111001010011000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,204); }

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

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

 a { background-color: rgb(110,175,204); }

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

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

 span { border-color: rgb(110,175,204); }

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