Shades of Seagull #6CC0CB
Tints of Seagull #6CC0CB
RGB
CMYK
RGB Variations
Color information
#6CC0CB (or 0x6CC0CB) is known color: Seagull. HEX triplet: 6C, C0 and CB. RGB value is (108,192,203). Sum of RGB (Red+Green+Blue) = 108+192+203=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CC0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC0CB is #933F34. Grayscale: #A8A8A8. Windows color (decimal): -9649973 or 13353068. OLE color: 13353068.
HSL color Cylindrical-coordinate representation of color #6CC0CB: hue angle of 186.95º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CC0CB is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 192 | 203 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.20 |
| HSL | 186.95º | 0.48% | 0.61% | - |
| HSV(B) | 186.95º | 0.47% | 0.8% | - |
| XYZ | 35.81 | 45.2 | 63.34 | - |
| YUV | 168.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 203 | 0.47 | 0.05 | 0 | 0.20 | 186.95 | 0.48 | 0.61 |
| Hex | 6C | C0 | CB | 2F | 5 | 0 | 14 | BB | 30 | 3D |
| Octal | 154 | 300 | 313 | 57 | 5 | 0 | 24 | 273 | 60 | 75 |
| Binary | 1101100 | 11000000 | 11001011 | 101111 | 101 | 0 | 10100 | 10111011 | 110000 | 111101 |
Color Harmonies of #6CC0CB
Complementary color
Monochromatic Colors of #6CC0CB
Black with #6CC0CB
Text Example
Text Example
White with #6CC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC0CB; }
p { color: rgb(108,192,203); }
H1.HeaderClassName
{
color: #6CC0CB;
}
.AnyTagClassName
{
color: #6CC0CB;
}
</style>
background-color css
<style>
a { background-color: #6CC0CB; }
a { background-color: rgb(108,192,203); }
div.DivClassName
{
background-color: #6CC0CB;
}
.BgClassName
{
background-color: #6CC0CB;
}
</style>
border-color css
<style>
span { border-color: #6CC0CB; }
span { border-color: rgb(108,192,203); }
td.TdClassName
{
border-color: #6CC0CB;
}
.TagClassName
{
border-color: #6CC0CB;
}
</style>