Shades of Seagull #6EC3CE
Tints of Seagull #6EC3CE
RGB
CMYK
RGB Variations
Color information
#6EC3CE (or 0x6EC3CE) is known color: Seagull. HEX triplet: 6E, C3 and CE. RGB value is (110,195,206). Sum of RGB (Red+Green+Blue) = 110+195+206=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EC3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3CE is #913C31. Grayscale: #AAAAAA. Windows color (decimal): -9518130 or 13550446. OLE color: 13550446.
HSL color Cylindrical-coordinate representation of color #6EC3CE: hue angle of 186.88º 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 #6EC3CE is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 195 | 206 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.19 |
| HSL | 186.88º | 0.49% | 0.62% | - |
| HSV(B) | 186.88º | 0.47% | 0.81% | - |
| XYZ | 37.09 | 46.8 | 65.47 | - |
| YUV | 170.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 206 | 0.47 | 0.05 | 0 | 0.19 | 186.88 | 0.49 | 0.62 |
| Hex | 6E | C3 | CE | 2F | 5 | 0 | 13 | BB | 31 | 3E |
| Octal | 156 | 303 | 316 | 57 | 5 | 0 | 23 | 273 | 61 | 76 |
| Binary | 1101110 | 11000011 | 11001110 | 101111 | 101 | 0 | 10011 | 10111011 | 110001 | 111110 |
Color Harmonies of #6EC3CE
Complementary color
Monochromatic Colors of #6EC3CE
Black with #6EC3CE
Text Example
Text Example
White with #6EC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3CE; }
p { color: rgb(110,195,206); }
H1.HeaderClassName
{
color: #6EC3CE;
}
.AnyTagClassName
{
color: #6EC3CE;
}
</style>
background-color css
<style>
a { background-color: #6EC3CE; }
a { background-color: rgb(110,195,206); }
div.DivClassName
{
background-color: #6EC3CE;
}
.BgClassName
{
background-color: #6EC3CE;
}
</style>
border-color css
<style>
span { border-color: #6EC3CE; }
span { border-color: rgb(110,195,206); }
td.TdClassName
{
border-color: #6EC3CE;
}
.TagClassName
{
border-color: #6EC3CE;
}
</style>