#6EAFC9

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

Shades of Seagull #6EAFC9

Tints of Seagull #6EAFC9

Color information

#6EAFC9 (or 0x6EAFC9) is unknown color: approx Seagull. HEX triplet: 6E, AF and C9. RGB value is (110,175,201). Sum of RGB (Red+Green+Blue) = 110+175+201=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #6EAFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFC9 is #915036. Grayscale: #9E9E9E. Windows color (decimal): -9523255 or 13217646. OLE color: 13217646.

HSL color Cylindrical-coordinate representation of color #6EAFC9: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EAFC9 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110175201-
CMYK0.450.1300.21
HSL197.14º45.73%60.98%-
HSV(B)197.14º45.27%78.82%-
XYZ32.338.1960.93-
YUV158.53151.9793.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.63%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 201 (78.91% from 255) = 41.36%
R=22.63%
G=36.01%
B=41.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101752010.450.1300.21197.1445.7360.98
Hex6EAFC92DD015c52e3d
Octal15625731155150253055675
Binary11011101010111111001001101101110101010111000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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