Shades of Seagull #6EC0CA
Tints of Seagull #6EC0CA
RGB
CMYK
RGB Variations
Color information
#6EC0CA (or 0x6EC0CA) is known color: Seagull. HEX triplet: 6E, C0 and CA. RGB value is (110,192,202). Sum of RGB (Red+Green+Blue) = 110+192+202=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0CA is #913F35. Grayscale: #A8A8A8. Windows color (decimal): -9518902 or 13287534. OLE color: 13287534.
HSL color Cylindrical-coordinate representation of color #6EC0CA: hue angle of 186.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EC0CA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 192 | 202 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.21 |
| HSL | 186.52º | 0.46% | 0.61% | - |
| HSV(B) | 186.52º | 0.46% | 0.79% | - |
| XYZ | 35.94 | 45.28 | 62.72 | - |
| YUV | 168.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 202 | 0.46 | 0.05 | 0 | 0.21 | 186.52 | 0.46 | 0.61 |
| Hex | 6E | C0 | CA | 2E | 5 | 0 | 15 | BB | 2E | 3D |
| Octal | 156 | 300 | 312 | 56 | 5 | 0 | 25 | 273 | 56 | 75 |
| Binary | 1101110 | 11000000 | 11001010 | 101110 | 101 | 0 | 10101 | 10111011 | 101110 | 111101 |
Color Harmonies of #6EC0CA
Complementary color
Monochromatic Colors of #6EC0CA
Black with #6EC0CA
Text Example
Text Example
White with #6EC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC0CA; }
p { color: rgb(110,192,202); }
H1.HeaderClassName
{
color: #6EC0CA;
}
.AnyTagClassName
{
color: #6EC0CA;
}
</style>
background-color css
<style>
a { background-color: #6EC0CA; }
a { background-color: rgb(110,192,202); }
div.DivClassName
{
background-color: #6EC0CA;
}
.BgClassName
{
background-color: #6EC0CA;
}
</style>
border-color css
<style>
span { border-color: #6EC0CA; }
span { border-color: rgb(110,192,202); }
td.TdClassName
{
border-color: #6EC0CA;
}
.TagClassName
{
border-color: #6EC0CA;
}
</style>