Shades of Seagull #6EBCCF
Tints of Seagull #6EBCCF
RGB
CMYK
RGB Variations
Color information
#6EBCCF (or 0x6EBCCF) is known color: Seagull. HEX triplet: 6E, BC and CF. RGB value is (110,188,207). Sum of RGB (Red+Green+Blue) = 110+188+207=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EBCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCCF is #914330. Grayscale: #A6A6A6. Windows color (decimal): -9519921 or 13614190. OLE color: 13614190.
HSL color Cylindrical-coordinate representation of color #6EBCCF: hue angle of 191.75º degrees, saturation: 0.5, 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 #6EBCCF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 188 | 207 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.19 |
| HSL | 191.75º | 0.5% | 0.62% | - |
| HSV(B) | 191.75º | 0.47% | 0.81% | - |
| XYZ | 35.68 | 43.79 | 65.6 | - |
| YUV | 166.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 207 | 0.47 | 0.09 | 0 | 0.19 | 191.75 | 0.5 | 0.62 |
| Hex | 6E | BC | CF | 2F | 9 | 0 | 13 | C0 | 32 | 3E |
| Octal | 156 | 274 | 317 | 57 | 11 | 0 | 23 | 300 | 62 | 76 |
| Binary | 1101110 | 10111100 | 11001111 | 101111 | 1001 | 0 | 10011 | 11000000 | 110010 | 111110 |
Color Harmonies of #6EBCCF
Complementary color
Monochromatic Colors of #6EBCCF
Black with #6EBCCF
Text Example
Text Example
White with #6EBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCCF; }
p { color: rgb(110,188,207); }
H1.HeaderClassName
{
color: #6EBCCF;
}
.AnyTagClassName
{
color: #6EBCCF;
}
</style>
background-color css
<style>
a { background-color: #6EBCCF; }
a { background-color: rgb(110,188,207); }
div.DivClassName
{
background-color: #6EBCCF;
}
.BgClassName
{
background-color: #6EBCCF;
}
</style>
border-color css
<style>
span { border-color: #6EBCCF; }
span { border-color: rgb(110,188,207); }
td.TdClassName
{
border-color: #6EBCCF;
}
.TagClassName
{
border-color: #6EBCCF;
}
</style>