Shades of Seagull #6DC0CA
Tints of Seagull #6DC0CA
RGB
CMYK
RGB Variations
Color information
#6DC0CA (or 0x6DC0CA) is known color: Seagull. HEX triplet: 6D, C0 and CA. RGB value is (109,192,202). Sum of RGB (Red+Green+Blue) = 109+192+202=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0CA is #923F35. Grayscale: #A8A8A8. Windows color (decimal): -9584438 or 13287533. OLE color: 13287533.
HSL color Cylindrical-coordinate representation of color #6DC0CA: hue angle of 186.45º degrees, saturation: 0.47, 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 #6DC0CA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 192 | 202 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.21 |
| HSL | 186.45º | 0.47% | 0.61% | - |
| HSV(B) | 186.45º | 0.46% | 0.79% | - |
| XYZ | 35.82 | 45.21 | 62.72 | - |
| YUV | 168.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 202 | 0.46 | 0.05 | 0 | 0.21 | 186.45 | 0.47 | 0.61 |
| Hex | 6D | C0 | CA | 2E | 5 | 0 | 15 | BA | 2F | 3D |
| Octal | 155 | 300 | 312 | 56 | 5 | 0 | 25 | 272 | 57 | 75 |
| Binary | 1101101 | 11000000 | 11001010 | 101110 | 101 | 0 | 10101 | 10111010 | 101111 | 111101 |
Color Harmonies of #6DC0CA
Complementary color
Monochromatic Colors of #6DC0CA
Black with #6DC0CA
Text Example
Text Example
White with #6DC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0CA; }
p { color: rgb(109,192,202); }
H1.HeaderClassName
{
color: #6DC0CA;
}
.AnyTagClassName
{
color: #6DC0CA;
}
</style>
background-color css
<style>
a { background-color: #6DC0CA; }
a { background-color: rgb(109,192,202); }
div.DivClassName
{
background-color: #6DC0CA;
}
.BgClassName
{
background-color: #6DC0CA;
}
</style>
border-color css
<style>
span { border-color: #6DC0CA; }
span { border-color: rgb(109,192,202); }
td.TdClassName
{
border-color: #6DC0CA;
}
.TagClassName
{
border-color: #6DC0CA;
}
</style>