Shades of Seagull #6EBBCE
Tints of Seagull #6EBBCE
RGB
CMYK
RGB Variations
Color information
#6EBBCE (or 0x6EBBCE) is known color: Seagull. HEX triplet: 6E, BB and CE. RGB value is (110,187,206). Sum of RGB (Red+Green+Blue) = 110+187+206=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EBBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBCE is #914431. Grayscale: #A5A5A5. Windows color (decimal): -9520178 or 13548398. OLE color: 13548398.
HSL color Cylindrical-coordinate representation of color #6EBBCE: hue angle of 191.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 #6EBBCE is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 187 | 206 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.19 |
| HSL | 191.88º | 0.49% | 0.62% | - |
| HSV(B) | 191.88º | 0.47% | 0.81% | - |
| XYZ | 35.34 | 43.31 | 64.89 | - |
| YUV | 166.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 206 | 0.47 | 0.09 | 0 | 0.19 | 191.88 | 0.49 | 0.62 |
| Hex | 6E | BB | CE | 2F | 9 | 0 | 13 | C0 | 31 | 3E |
| Octal | 156 | 273 | 316 | 57 | 11 | 0 | 23 | 300 | 61 | 76 |
| Binary | 1101110 | 10111011 | 11001110 | 101111 | 1001 | 0 | 10011 | 11000000 | 110001 | 111110 |
Color Harmonies of #6EBBCE
Complementary color
Monochromatic Colors of #6EBBCE
Black with #6EBBCE
Text Example
Text Example
White with #6EBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBCE; }
p { color: rgb(110,187,206); }
H1.HeaderClassName
{
color: #6EBBCE;
}
.AnyTagClassName
{
color: #6EBBCE;
}
</style>
background-color css
<style>
a { background-color: #6EBBCE; }
a { background-color: rgb(110,187,206); }
div.DivClassName
{
background-color: #6EBBCE;
}
.BgClassName
{
background-color: #6EBBCE;
}
</style>
border-color css
<style>
span { border-color: #6EBBCE; }
span { border-color: rgb(110,187,206); }
td.TdClassName
{
border-color: #6EBBCE;
}
.TagClassName
{
border-color: #6EBBCE;
}
</style>