Shades of Seagull #6EC5CA
Tints of Seagull #6EC5CA
RGB
CMYK
RGB Variations
Color information
#6EC5CA (or 0x6EC5CA) is known color: Seagull. HEX triplet: 6E, C5 and CA. RGB value is (110,197,202). Sum of RGB (Red+Green+Blue) = 110+197+202=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EC5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC5CA is #913A35. Grayscale: #ABABAB. Windows color (decimal): -9517622 or 13288814. OLE color: 13288814.
HSL color Cylindrical-coordinate representation of color #6EC5CA: hue angle of 183.26º 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 #6EC5CA is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 197 | 202 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.21 |
| HSL | 183.26º | 0.46% | 0.61% | - |
| HSV(B) | 183.26º | 0.46% | 0.79% | - |
| XYZ | 37.06 | 47.51 | 63.09 | - |
| YUV | 171.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 202 | 0.46 | 0.02 | 0 | 0.21 | 183.26 | 0.46 | 0.61 |
| Hex | 6E | C5 | CA | 2E | 2 | 0 | 15 | B7 | 2E | 3D |
| Octal | 156 | 305 | 312 | 56 | 2 | 0 | 25 | 267 | 56 | 75 |
| Binary | 1101110 | 11000101 | 11001010 | 101110 | 10 | 0 | 10101 | 10110111 | 101110 | 111101 |
Color Harmonies of #6EC5CA
Complementary color
Monochromatic Colors of #6EC5CA
Black with #6EC5CA
Text Example
Text Example
White with #6EC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC5CA; }
p { color: rgb(110,197,202); }
H1.HeaderClassName
{
color: #6EC5CA;
}
.AnyTagClassName
{
color: #6EC5CA;
}
</style>
background-color css
<style>
a { background-color: #6EC5CA; }
a { background-color: rgb(110,197,202); }
div.DivClassName
{
background-color: #6EC5CA;
}
.BgClassName
{
background-color: #6EC5CA;
}
</style>
border-color css
<style>
span { border-color: #6EC5CA; }
span { border-color: rgb(110,197,202); }
td.TdClassName
{
border-color: #6EC5CA;
}
.TagClassName
{
border-color: #6EC5CA;
}
</style>