Shades of Seagull #6EC3CF
Tints of Seagull #6EC3CF
RGB
CMYK
RGB Variations
Color information
#6EC3CF (or 0x6EC3CF) is known color: Seagull. HEX triplet: 6E, C3 and CF. RGB value is (110,195,207). Sum of RGB (Red+Green+Blue) = 110+195+207=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EC3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3CF is #913C30. Grayscale: #AAAAAA. Windows color (decimal): -9518129 or 13615982. OLE color: 13615982.
HSL color Cylindrical-coordinate representation of color #6EC3CF: hue angle of 187.42º 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 #6EC3CF is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 195 | 207 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.19 |
| HSL | 187.42º | 0.5% | 0.62% | - |
| HSV(B) | 187.42º | 0.47% | 0.81% | - |
| XYZ | 37.21 | 46.85 | 66.11 | - |
| YUV | 170.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 207 | 0.47 | 0.06 | 0 | 0.19 | 187.42 | 0.5 | 0.62 |
| Hex | 6E | C3 | CF | 2F | 6 | 0 | 13 | BB | 32 | 3E |
| Octal | 156 | 303 | 317 | 57 | 6 | 0 | 23 | 273 | 62 | 76 |
| Binary | 1101110 | 11000011 | 11001111 | 101111 | 110 | 0 | 10011 | 10111011 | 110010 | 111110 |
Color Harmonies of #6EC3CF
Complementary color
Monochromatic Colors of #6EC3CF
Black with #6EC3CF
Text Example
Text Example
White with #6EC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3CF; }
p { color: rgb(110,195,207); }
H1.HeaderClassName
{
color: #6EC3CF;
}
.AnyTagClassName
{
color: #6EC3CF;
}
</style>
background-color css
<style>
a { background-color: #6EC3CF; }
a { background-color: rgb(110,195,207); }
div.DivClassName
{
background-color: #6EC3CF;
}
.BgClassName
{
background-color: #6EC3CF;
}
</style>
border-color css
<style>
span { border-color: #6EC3CF; }
span { border-color: rgb(110,195,207); }
td.TdClassName
{
border-color: #6EC3CF;
}
.TagClassName
{
border-color: #6EC3CF;
}
</style>