Shades of Seagull #6FC2CA
Tints of Seagull #6FC2CA
RGB
CMYK
RGB Variations
Color information
#6FC2CA (or 0x6FC2CA) is known color: Seagull. HEX triplet: 6F, C2 and CA. RGB value is (111,194,202). Sum of RGB (Red+Green+Blue) = 111+194+202=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FC2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2CA is #903D35. Grayscale: #A9A9A9. Windows color (decimal): -9452854 or 13288047. OLE color: 13288047.
HSL color Cylindrical-coordinate representation of color #6FC2CA: hue angle of 185.27º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC2CA is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 194 | 202 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.21 |
| HSL | 185.27º | 0.46% | 0.61% | - |
| HSV(B) | 185.27º | 0.45% | 0.79% | - |
| XYZ | 36.51 | 46.23 | 62.88 | - |
| YUV | 170.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 202 | 0.45 | 0.04 | 0 | 0.21 | 185.27 | 0.46 | 0.61 |
| Hex | 6F | C2 | CA | 2D | 4 | 0 | 15 | B9 | 2E | 3D |
| Octal | 157 | 302 | 312 | 55 | 4 | 0 | 25 | 271 | 56 | 75 |
| Binary | 1101111 | 11000010 | 11001010 | 101101 | 100 | 0 | 10101 | 10111001 | 101110 | 111101 |
Color Harmonies of #6FC2CA
Complementary color
Monochromatic Colors of #6FC2CA
Black with #6FC2CA
Text Example
Text Example
White with #6FC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC2CA; }
p { color: rgb(111,194,202); }
H1.HeaderClassName
{
color: #6FC2CA;
}
.AnyTagClassName
{
color: #6FC2CA;
}
</style>
background-color css
<style>
a { background-color: #6FC2CA; }
a { background-color: rgb(111,194,202); }
div.DivClassName
{
background-color: #6FC2CA;
}
.BgClassName
{
background-color: #6FC2CA;
}
</style>
border-color css
<style>
span { border-color: #6FC2CA; }
span { border-color: rgb(111,194,202); }
td.TdClassName
{
border-color: #6FC2CA;
}
.TagClassName
{
border-color: #6FC2CA;
}
</style>