Shades of Seagull #6CBBCC
Tints of Seagull #6CBBCC
RGB
CMYK
RGB Variations
Color information
#6CBBCC (or 0x6CBBCC) is known color: Seagull. HEX triplet: 6C, BB and CC. RGB value is (108,187,204). Sum of RGB (Red+Green+Blue) = 108+187+204=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBCC is #934433. Grayscale: #A5A5A5. Windows color (decimal): -9651252 or 13417324. OLE color: 13417324.
HSL color Cylindrical-coordinate representation of color #6CBBCC: hue angle of 190.62º 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 #6CBBCC is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 187 | 204 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.2 |
| HSL | 190.63º | 0.48% | 0.61% | - |
| HSV(B) | 190.63º | 0.47% | 0.8% | - |
| XYZ | 34.85 | 43.09 | 63.61 | - |
| YUV | 165.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 204 | 0.47 | 0.08 | 0 | 0.2 | 190.63 | 0.48 | 0.61 |
| Hex | 6C | BB | CC | 2F | 8 | 0 | 14 | BF | 30 | 3D |
| Octal | 154 | 273 | 314 | 57 | 10 | 0 | 24 | 277 | 60 | 75 |
| Binary | 1101100 | 10111011 | 11001100 | 101111 | 1000 | 0 | 10100 | 10111111 | 110000 | 111101 |
Color Harmonies of #6CBBCC
Complementary color
Monochromatic Colors of #6CBBCC
Black with #6CBBCC
Text Example
Text Example
White with #6CBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBCC; }
p { color: rgb(108,187,204); }
H1.HeaderClassName
{
color: #6CBBCC;
}
.AnyTagClassName
{
color: #6CBBCC;
}
</style>
background-color css
<style>
a { background-color: #6CBBCC; }
a { background-color: rgb(108,187,204); }
div.DivClassName
{
background-color: #6CBBCC;
}
.BgClassName
{
background-color: #6CBBCC;
}
</style>
border-color css
<style>
span { border-color: #6CBBCC; }
span { border-color: rgb(108,187,204); }
td.TdClassName
{
border-color: #6CBBCC;
}
.TagClassName
{
border-color: #6CBBCC;
}
</style>