Shades of Seagull #6EBBD8
Tints of Seagull #6EBBD8
RGB
CMYK
RGB Variations
Color information
#6EBBD8 (or 0x6EBBD8) is known color: Seagull. HEX triplet: 6E, BB and D8. RGB value is (110,187,216). Sum of RGB (Red+Green+Blue) = 110+187+216=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #6EBBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBD8 is #914427. Grayscale: #A7A7A7. Windows color (decimal): -9520168 or 14203758. OLE color: 14203758.
HSL color Cylindrical-coordinate representation of color #6EBBD8: hue angle of 196.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EBBD8 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 187 | 216 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.15 |
| HSL | 196.42º | 0.58% | 0.64% | - |
| HSV(B) | 196.42º | 0.49% | 0.85% | - |
| XYZ | 36.6 | 43.81 | 71.49 | - |
| YUV | 167.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 216 | 0.49 | 0.13 | 0 | 0.15 | 196.42 | 0.58 | 0.64 |
| Hex | 6E | BB | D8 | 31 | D | 0 | F | C4 | 3A | 40 |
| Octal | 156 | 273 | 330 | 61 | 15 | 0 | 17 | 304 | 72 | 100 |
| Binary | 1101110 | 10111011 | 11011000 | 110001 | 1101 | 0 | 1111 | 11000100 | 111010 | 1000000 |
Color Harmonies of #6EBBD8
Complementary color
Monochromatic Colors of #6EBBD8
Black with #6EBBD8
Text Example
Text Example
White with #6EBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBD8; }
p { color: rgb(110,187,216); }
H1.HeaderClassName
{
color: #6EBBD8;
}
.AnyTagClassName
{
color: #6EBBD8;
}
</style>
background-color css
<style>
a { background-color: #6EBBD8; }
a { background-color: rgb(110,187,216); }
div.DivClassName
{
background-color: #6EBBD8;
}
.BgClassName
{
background-color: #6EBBD8;
}
</style>
border-color css
<style>
span { border-color: #6EBBD8; }
span { border-color: rgb(110,187,216); }
td.TdClassName
{
border-color: #6EBBD8;
}
.TagClassName
{
border-color: #6EBBD8;
}
</style>