Shades of Seagull #6EB8CE
Tints of Seagull #6EB8CE
RGB
CMYK
RGB Variations
Color information
#6EB8CE (or 0x6EB8CE) is known color: Seagull. HEX triplet: 6E, B8 and CE. RGB value is (110,184,206). Sum of RGB (Red+Green+Blue) = 110+184+206=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EB8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8CE is #914731. Grayscale: #A4A4A4. Windows color (decimal): -9520946 or 13547630. OLE color: 13547630.
HSL color Cylindrical-coordinate representation of color #6EB8CE: hue angle of 193.75º 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 #6EB8CE is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 184 | 206 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.19 |
| HSL | 193.75º | 0.49% | 0.62% | - |
| HSV(B) | 193.75º | 0.47% | 0.81% | - |
| XYZ | 34.71 | 42.05 | 64.68 | - |
| YUV | 164.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 184 | 206 | 0.47 | 0.11 | 0 | 0.19 | 193.75 | 0.49 | 0.62 |
| Hex | 6E | B8 | CE | 2F | B | 0 | 13 | C2 | 31 | 3E |
| Octal | 156 | 270 | 316 | 57 | 13 | 0 | 23 | 302 | 61 | 76 |
| Binary | 1101110 | 10111000 | 11001110 | 101111 | 1011 | 0 | 10011 | 11000010 | 110001 | 111110 |
Color Harmonies of #6EB8CE
Complementary color
Monochromatic Colors of #6EB8CE
Black with #6EB8CE
Text Example
Text Example
White with #6EB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB8CE; }
p { color: rgb(110,184,206); }
H1.HeaderClassName
{
color: #6EB8CE;
}
.AnyTagClassName
{
color: #6EB8CE;
}
</style>
background-color css
<style>
a { background-color: #6EB8CE; }
a { background-color: rgb(110,184,206); }
div.DivClassName
{
background-color: #6EB8CE;
}
.BgClassName
{
background-color: #6EB8CE;
}
</style>
border-color css
<style>
span { border-color: #6EB8CE; }
span { border-color: rgb(110,184,206); }
td.TdClassName
{
border-color: #6EB8CE;
}
.TagClassName
{
border-color: #6EB8CE;
}
</style>