Shades of Seagull #6EC0CD
Tints of Seagull #6EC0CD
RGB
CMYK
RGB Variations
Color information
#6EC0CD (or 0x6EC0CD) is known color: Seagull. HEX triplet: 6E, C0 and CD. RGB value is (110,192,205). Sum of RGB (Red+Green+Blue) = 110+192+205=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0CD is #913F32. Grayscale: #A8A8A8. Windows color (decimal): -9518899 or 13484142. OLE color: 13484142.
HSL color Cylindrical-coordinate representation of color #6EC0CD: hue angle of 188.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EC0CD is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 192 | 205 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.20 |
| HSL | 188.21º | 0.49% | 0.62% | - |
| HSV(B) | 188.21º | 0.46% | 0.8% | - |
| XYZ | 36.3 | 45.42 | 64.61 | - |
| YUV | 168.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 205 | 0.46 | 0.06 | 0 | 0.20 | 188.21 | 0.49 | 0.62 |
| Hex | 6E | C0 | CD | 2E | 6 | 0 | 14 | BC | 31 | 3E |
| Octal | 156 | 300 | 315 | 56 | 6 | 0 | 24 | 274 | 61 | 76 |
| Binary | 1101110 | 11000000 | 11001101 | 101110 | 110 | 0 | 10100 | 10111100 | 110001 | 111110 |
Color Harmonies of #6EC0CD
Complementary color
Monochromatic Colors of #6EC0CD
Black with #6EC0CD
Text Example
Text Example
White with #6EC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC0CD; }
p { color: rgb(110,192,205); }
H1.HeaderClassName
{
color: #6EC0CD;
}
.AnyTagClassName
{
color: #6EC0CD;
}
</style>
background-color css
<style>
a { background-color: #6EC0CD; }
a { background-color: rgb(110,192,205); }
div.DivClassName
{
background-color: #6EC0CD;
}
.BgClassName
{
background-color: #6EC0CD;
}
</style>
border-color css
<style>
span { border-color: #6EC0CD; }
span { border-color: rgb(110,192,205); }
td.TdClassName
{
border-color: #6EC0CD;
}
.TagClassName
{
border-color: #6EC0CD;
}
</style>