Shades of Seagull #6DC5CA
Tints of Seagull #6DC5CA
RGB
CMYK
RGB Variations
Color information
#6DC5CA (or 0x6DC5CA) is known color: Seagull. HEX triplet: 6D, C5 and CA. RGB value is (109,197,202). Sum of RGB (Red+Green+Blue) = 109+197+202=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DC5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5CA is #923A35. Grayscale: #ABABAB. Windows color (decimal): -9583158 or 13288813. OLE color: 13288813.
HSL color Cylindrical-coordinate representation of color #6DC5CA: hue angle of 183.23º 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 #6DC5CA is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 197 | 202 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.21 |
| HSL | 183.23º | 0.47% | 0.61% | - |
| HSV(B) | 183.23º | 0.46% | 0.79% | - |
| XYZ | 36.93 | 47.45 | 63.09 | - |
| YUV | 171.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 202 | 0.46 | 0.02 | 0 | 0.21 | 183.23 | 0.47 | 0.61 |
| Hex | 6D | C5 | CA | 2E | 2 | 0 | 15 | B7 | 2F | 3D |
| Octal | 155 | 305 | 312 | 56 | 2 | 0 | 25 | 267 | 57 | 75 |
| Binary | 1101101 | 11000101 | 11001010 | 101110 | 10 | 0 | 10101 | 10110111 | 101111 | 111101 |
Color Harmonies of #6DC5CA
Complementary color
Monochromatic Colors of #6DC5CA
Black with #6DC5CA
Text Example
Text Example
White with #6DC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC5CA; }
p { color: rgb(109,197,202); }
H1.HeaderClassName
{
color: #6DC5CA;
}
.AnyTagClassName
{
color: #6DC5CA;
}
</style>
background-color css
<style>
a { background-color: #6DC5CA; }
a { background-color: rgb(109,197,202); }
div.DivClassName
{
background-color: #6DC5CA;
}
.BgClassName
{
background-color: #6DC5CA;
}
</style>
border-color css
<style>
span { border-color: #6DC5CA; }
span { border-color: rgb(109,197,202); }
td.TdClassName
{
border-color: #6DC5CA;
}
.TagClassName
{
border-color: #6DC5CA;
}
</style>