Shades of Seagull #6EBCCE
Tints of Seagull #6EBCCE
RGB
CMYK
RGB Variations
Color information
#6EBCCE (or 0x6EBCCE) is known color: Seagull. HEX triplet: 6E, BC and CE. RGB value is (110,188,206). Sum of RGB (Red+Green+Blue) = 110+188+206=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCCE is #914331. Grayscale: #A6A6A6. Windows color (decimal): -9519922 or 13548654. OLE color: 13548654.
HSL color Cylindrical-coordinate representation of color #6EBCCE: hue angle of 191.25º 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 #6EBCCE is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 188 | 206 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.19 |
| HSL | 191.25º | 0.49% | 0.62% | - |
| HSV(B) | 191.25º | 0.47% | 0.81% | - |
| XYZ | 35.55 | 43.74 | 64.96 | - |
| YUV | 166.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 206 | 0.47 | 0.09 | 0 | 0.19 | 191.25 | 0.49 | 0.62 |
| Hex | 6E | BC | CE | 2F | 9 | 0 | 13 | BF | 31 | 3E |
| Octal | 156 | 274 | 316 | 57 | 11 | 0 | 23 | 277 | 61 | 76 |
| Binary | 1101110 | 10111100 | 11001110 | 101111 | 1001 | 0 | 10011 | 10111111 | 110001 | 111110 |
Color Harmonies of #6EBCCE
Complementary color
Monochromatic Colors of #6EBCCE
Black with #6EBCCE
Text Example
Text Example
White with #6EBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCCE; }
p { color: rgb(110,188,206); }
H1.HeaderClassName
{
color: #6EBCCE;
}
.AnyTagClassName
{
color: #6EBCCE;
}
</style>
background-color css
<style>
a { background-color: #6EBCCE; }
a { background-color: rgb(110,188,206); }
div.DivClassName
{
background-color: #6EBCCE;
}
.BgClassName
{
background-color: #6EBCCE;
}
</style>
border-color css
<style>
span { border-color: #6EBCCE; }
span { border-color: rgb(110,188,206); }
td.TdClassName
{
border-color: #6EBCCE;
}
.TagClassName
{
border-color: #6EBCCE;
}
</style>