Shades of Seagull #6CBBCB
Tints of Seagull #6CBBCB
RGB
CMYK
RGB Variations
Color information
#6CBBCB (or 0x6CBBCB) is known color: Seagull. HEX triplet: 6C, BB and CB. RGB value is (108,187,203). Sum of RGB (Red+Green+Blue) = 108+187+203=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBCB is #934434. Grayscale: #A5A5A5. Windows color (decimal): -9651253 or 13351788. OLE color: 13351788.
HSL color Cylindrical-coordinate representation of color #6CBBCB: hue angle of 190.11º 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 #6CBBCB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 187 | 203 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.20 |
| HSL | 190.11º | 0.48% | 0.61% | - |
| HSV(B) | 190.11º | 0.47% | 0.8% | - |
| XYZ | 34.73 | 43.04 | 62.98 | - |
| YUV | 165.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 203 | 0.47 | 0.08 | 0 | 0.20 | 190.11 | 0.48 | 0.61 |
| Hex | 6C | BB | CB | 2F | 8 | 0 | 14 | BE | 30 | 3D |
| Octal | 154 | 273 | 313 | 57 | 10 | 0 | 24 | 276 | 60 | 75 |
| Binary | 1101100 | 10111011 | 11001011 | 101111 | 1000 | 0 | 10100 | 10111110 | 110000 | 111101 |
Color Harmonies of #6CBBCB
Complementary color
Monochromatic Colors of #6CBBCB
Black with #6CBBCB
Text Example
Text Example
White with #6CBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBCB; }
p { color: rgb(108,187,203); }
H1.HeaderClassName
{
color: #6CBBCB;
}
.AnyTagClassName
{
color: #6CBBCB;
}
</style>
background-color css
<style>
a { background-color: #6CBBCB; }
a { background-color: rgb(108,187,203); }
div.DivClassName
{
background-color: #6CBBCB;
}
.BgClassName
{
background-color: #6CBBCB;
}
</style>
border-color css
<style>
span { border-color: #6CBBCB; }
span { border-color: rgb(108,187,203); }
td.TdClassName
{
border-color: #6CBBCB;
}
.TagClassName
{
border-color: #6CBBCB;
}
</style>