Shades of Seagull #6FC0CA
Tints of Seagull #6FC0CA
RGB
CMYK
RGB Variations
Color information
#6FC0CA (or 0x6FC0CA) is known color: Seagull. HEX triplet: 6F, C0 and CA. RGB value is (111,192,202). Sum of RGB (Red+Green+Blue) = 111+192+202=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC0CA is #903F35. Grayscale: #A8A8A8. Windows color (decimal): -9453366 or 13287535. OLE color: 13287535.
HSL color Cylindrical-coordinate representation of color #6FC0CA: hue angle of 186.59º 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 #6FC0CA is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 192 | 202 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.21 |
| HSL | 186.59º | 0.46% | 0.61% | - |
| HSV(B) | 186.59º | 0.45% | 0.79% | - |
| XYZ | 36.07 | 45.34 | 62.73 | - |
| YUV | 168.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 202 | 0.45 | 0.05 | 0 | 0.21 | 186.59 | 0.46 | 0.61 |
| Hex | 6F | C0 | CA | 2D | 5 | 0 | 15 | BB | 2E | 3D |
| Octal | 157 | 300 | 312 | 55 | 5 | 0 | 25 | 273 | 56 | 75 |
| Binary | 1101111 | 11000000 | 11001010 | 101101 | 101 | 0 | 10101 | 10111011 | 101110 | 111101 |
Color Harmonies of #6FC0CA
Complementary color
Monochromatic Colors of #6FC0CA
Black with #6FC0CA
Text Example
Text Example
White with #6FC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC0CA; }
p { color: rgb(111,192,202); }
H1.HeaderClassName
{
color: #6FC0CA;
}
.AnyTagClassName
{
color: #6FC0CA;
}
</style>
background-color css
<style>
a { background-color: #6FC0CA; }
a { background-color: rgb(111,192,202); }
div.DivClassName
{
background-color: #6FC0CA;
}
.BgClassName
{
background-color: #6FC0CA;
}
</style>
border-color css
<style>
span { border-color: #6FC0CA; }
span { border-color: rgb(111,192,202); }
td.TdClassName
{
border-color: #6FC0CA;
}
.TagClassName
{
border-color: #6FC0CA;
}
</style>