#6EC0D2

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

Shades of Seagull #6EC0D2

Tints of Seagull #6EC0D2

Color information

#6EC0D2 (or 0x6EC0D2) is unknown color: approx Seagull. HEX triplet: 6E, C0 and D2. RGB value is (110,192,210). Sum of RGB (Red+Green+Blue) = 110+192+210=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #6EC0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0D2 is #913F2D. Grayscale: #A9A9A9. Windows color (decimal): -9518894 or 13811822. OLE color: 13811822.

HSL color Cylindrical-coordinate representation of color #6EC0D2: hue angle of 190.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EC0D2 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB110192210-
CMYK0.480.0900.18
HSL190.8º52.63%62.75%-
HSV(B)190.8º47.62%82.35%-
XYZ36.9145.6767.84-
YUV169.53150.8385.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.48%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=21.48%
G=37.5%
B=41.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1101922100.480.0900.18190.852.6362.75
Hex6EC0D2309012bf353f
Octal15630032260110222776577
Binary11011101100000011010010110000100101001010111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,192,210); }

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

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

 a { background-color: rgb(110,192,210); }

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

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

 span { border-color: rgb(110,192,210); }

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