Shades of Seagull #6DC3CA
Tints of Seagull #6DC3CA
RGB
CMYK
RGB Variations
Color information
#6DC3CA (or 0x6DC3CA) is known color: Seagull. HEX triplet: 6D, C3 and CA. RGB value is (109,195,202). Sum of RGB (Red+Green+Blue) = 109+195+202=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DC3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC3CA is #923C35. Grayscale: #A9A9A9. Windows color (decimal): -9583670 or 13288301. OLE color: 13288301.
HSL color Cylindrical-coordinate representation of color #6DC3CA: hue angle of 184.52º 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 #6DC3CA is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 195 | 202 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.21 |
| HSL | 184.52º | 0.47% | 0.61% | - |
| HSV(B) | 184.52º | 0.46% | 0.79% | - |
| XYZ | 36.48 | 46.55 | 62.94 | - |
| YUV | 170.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 202 | 0.46 | 0.03 | 0 | 0.21 | 184.52 | 0.47 | 0.61 |
| Hex | 6D | C3 | CA | 2E | 3 | 0 | 15 | B9 | 2F | 3D |
| Octal | 155 | 303 | 312 | 56 | 3 | 0 | 25 | 271 | 57 | 75 |
| Binary | 1101101 | 11000011 | 11001010 | 101110 | 11 | 0 | 10101 | 10111001 | 101111 | 111101 |
Color Harmonies of #6DC3CA
Complementary color
Monochromatic Colors of #6DC3CA
Black with #6DC3CA
Text Example
Text Example
White with #6DC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC3CA; }
p { color: rgb(109,195,202); }
H1.HeaderClassName
{
color: #6DC3CA;
}
.AnyTagClassName
{
color: #6DC3CA;
}
</style>
background-color css
<style>
a { background-color: #6DC3CA; }
a { background-color: rgb(109,195,202); }
div.DivClassName
{
background-color: #6DC3CA;
}
.BgClassName
{
background-color: #6DC3CA;
}
</style>
border-color css
<style>
span { border-color: #6DC3CA; }
span { border-color: rgb(109,195,202); }
td.TdClassName
{
border-color: #6DC3CA;
}
.TagClassName
{
border-color: #6DC3CA;
}
</style>