Shades of Seagull #6CBCCC
Tints of Seagull #6CBCCC
RGB
CMYK
RGB Variations
Color information
#6CBCCC (or 0x6CBCCC) is known color: Seagull. HEX triplet: 6C, BC and CC. RGB value is (108,188,204). Sum of RGB (Red+Green+Blue) = 108+188+204=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCCC is #934333. Grayscale: #A5A5A5. Windows color (decimal): -9650996 or 13417580. OLE color: 13417580.
HSL color Cylindrical-coordinate representation of color #6CBCCC: hue angle of 190º 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 #6CBCCC is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 188 | 204 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.2 |
| HSL | 190º | 0.48% | 0.61% | - |
| HSV(B) | 190º | 0.47% | 0.8% | - |
| XYZ | 35.07 | 43.51 | 63.68 | - |
| YUV | 165.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 204 | 0.47 | 0.08 | 0 | 0.2 | 190 | 0.48 | 0.61 |
| Hex | 6C | BC | CC | 2F | 8 | 0 | 14 | BE | 30 | 3D |
| Octal | 154 | 274 | 314 | 57 | 10 | 0 | 24 | 276 | 60 | 75 |
| Binary | 1101100 | 10111100 | 11001100 | 101111 | 1000 | 0 | 10100 | 10111110 | 110000 | 111101 |
Color Harmonies of #6CBCCC
Complementary color
Monochromatic Colors of #6CBCCC
Black with #6CBCCC
Text Example
Text Example
White with #6CBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCCC; }
p { color: rgb(108,188,204); }
H1.HeaderClassName
{
color: #6CBCCC;
}
.AnyTagClassName
{
color: #6CBCCC;
}
</style>
background-color css
<style>
a { background-color: #6CBCCC; }
a { background-color: rgb(108,188,204); }
div.DivClassName
{
background-color: #6CBCCC;
}
.BgClassName
{
background-color: #6CBCCC;
}
</style>
border-color css
<style>
span { border-color: #6CBCCC; }
span { border-color: rgb(108,188,204); }
td.TdClassName
{
border-color: #6CBCCC;
}
.TagClassName
{
border-color: #6CBCCC;
}
</style>