Shades of Seagull #6EC2CE
Tints of Seagull #6EC2CE
RGB
CMYK
RGB Variations
Color information
#6EC2CE (or 0x6EC2CE) is known color: Seagull. HEX triplet: 6E, C2 and CE. RGB value is (110,194,206). Sum of RGB (Red+Green+Blue) = 110+194+206=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EC2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2CE is #913D31. Grayscale: #AAAAAA. Windows color (decimal): -9518386 or 13550190. OLE color: 13550190.
HSL color Cylindrical-coordinate representation of color #6EC2CE: hue angle of 187.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EC2CE is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 194 | 206 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.19 |
| HSL | 187.5º | 0.49% | 0.62% | - |
| HSV(B) | 187.5º | 0.47% | 0.81% | - |
| XYZ | 36.86 | 46.35 | 65.4 | - |
| YUV | 170.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 206 | 0.47 | 0.06 | 0 | 0.19 | 187.5 | 0.49 | 0.62 |
| Hex | 6E | C2 | CE | 2F | 6 | 0 | 13 | BC | 31 | 3E |
| Octal | 156 | 302 | 316 | 57 | 6 | 0 | 23 | 274 | 61 | 76 |
| Binary | 1101110 | 11000010 | 11001110 | 101111 | 110 | 0 | 10011 | 10111100 | 110001 | 111110 |
Color Harmonies of #6EC2CE
Complementary color
Monochromatic Colors of #6EC2CE
Black with #6EC2CE
Text Example
Text Example
White with #6EC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2CE; }
p { color: rgb(110,194,206); }
H1.HeaderClassName
{
color: #6EC2CE;
}
.AnyTagClassName
{
color: #6EC2CE;
}
</style>
background-color css
<style>
a { background-color: #6EC2CE; }
a { background-color: rgb(110,194,206); }
div.DivClassName
{
background-color: #6EC2CE;
}
.BgClassName
{
background-color: #6EC2CE;
}
</style>
border-color css
<style>
span { border-color: #6EC2CE; }
span { border-color: rgb(110,194,206); }
td.TdClassName
{
border-color: #6EC2CE;
}
.TagClassName
{
border-color: #6EC2CE;
}
</style>