Shades of Seagull #6EBBC9
Tints of Seagull #6EBBC9
RGB
CMYK
RGB Variations
Color information
#6EBBC9 (or 0x6EBBC9) is known color: Seagull. HEX triplet: 6E, BB and C9. RGB value is (110,187,201). Sum of RGB (Red+Green+Blue) = 110+187+201=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #6EBBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBC9 is #914436. Grayscale: #A5A5A5. Windows color (decimal): -9520183 or 13220718. OLE color: 13220718.
HSL color Cylindrical-coordinate representation of color #6EBBC9: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EBBC9 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 187 | 201 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.21 |
| HSL | 189.23º | 0.46% | 0.61% | - |
| HSV(B) | 189.23º | 0.45% | 0.79% | - |
| XYZ | 34.74 | 43.07 | 61.74 | - |
| YUV | 165.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 201 | 0.45 | 0.07 | 0 | 0.21 | 189.23 | 0.46 | 0.61 |
| Hex | 6E | BB | C9 | 2D | 7 | 0 | 15 | BD | 2E | 3D |
| Octal | 156 | 273 | 311 | 55 | 7 | 0 | 25 | 275 | 56 | 75 |
| Binary | 1101110 | 10111011 | 11001001 | 101101 | 111 | 0 | 10101 | 10111101 | 101110 | 111101 |
Color Harmonies of #6EBBC9
Complementary color
Monochromatic Colors of #6EBBC9
Black with #6EBBC9
Text Example
Text Example
White with #6EBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBC9; }
p { color: rgb(110,187,201); }
H1.HeaderClassName
{
color: #6EBBC9;
}
.AnyTagClassName
{
color: #6EBBC9;
}
</style>
background-color css
<style>
a { background-color: #6EBBC9; }
a { background-color: rgb(110,187,201); }
div.DivClassName
{
background-color: #6EBBC9;
}
.BgClassName
{
background-color: #6EBBC9;
}
</style>
border-color css
<style>
span { border-color: #6EBBC9; }
span { border-color: rgb(110,187,201); }
td.TdClassName
{
border-color: #6EBBC9;
}
.TagClassName
{
border-color: #6EBBC9;
}
</style>