#6EC4D0

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

Shades of Seagull #6EC4D0

Tints of Seagull #6EC4D0

Color information

#6EC4D0 (or 0x6EC4D0) is unknown color: approx Seagull. HEX triplet: 6E, C4 and D0. RGB value is (110,196,208). Sum of RGB (Red+Green+Blue) = 110+196+208=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #6EC4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC4D0 is #913B2F. Grayscale: #ABABAB. Windows color (decimal): -9517872 or 13681774. OLE color: 13681774.

HSL color Cylindrical-coordinate representation of color #6EC4D0: hue angle of 187.35º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EC4D0 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB110196208-
CMYK0.470.0600.18
HSL187.35º51.04%62.35%-
HSV(B)187.35º47.12%81.57%-
XYZ37.5647.3566.83-
YUV171.65148.5184.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.40%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=21.40%
G=38.13%
B=40.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1101962080.470.0600.18187.3551.0462.35
Hex6EC4D02F6012bb333e
Octal1563043205760222736376
Binary1101110110001001101000010111111001001010111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,196,208); }

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

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

 a { background-color: rgb(110,196,208); }

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

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

 span { border-color: rgb(110,196,208); }

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