Shades of Seagull #6CB2CB
Tints of Seagull #6CB2CB
RGB
CMYK
RGB Variations
Color information
#6CB2CB (or 0x6CB2CB) is known color: Seagull. HEX triplet: 6C, B2 and CB. RGB value is (108,178,203). Sum of RGB (Red+Green+Blue) = 108+178+203=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CB2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2CB is #934D34. Grayscale: #9F9F9F. Windows color (decimal): -9653557 or 13349484. OLE color: 13349484.
HSL color Cylindrical-coordinate representation of color #6CB2CB: hue angle of 195.79º 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 #6CB2CB is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 178 | 203 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.20 |
| HSL | 195.79º | 0.48% | 0.61% | - |
| HSV(B) | 195.79º | 0.47% | 0.8% | - |
| XYZ | 32.88 | 39.34 | 62.36 | - |
| YUV | 159.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 203 | 0.47 | 0.12 | 0 | 0.20 | 195.79 | 0.48 | 0.61 |
| Hex | 6C | B2 | CB | 2F | C | 0 | 14 | C4 | 30 | 3D |
| Octal | 154 | 262 | 313 | 57 | 14 | 0 | 24 | 304 | 60 | 75 |
| Binary | 1101100 | 10110010 | 11001011 | 101111 | 1100 | 0 | 10100 | 11000100 | 110000 | 111101 |
Color Harmonies of #6CB2CB
Complementary color
Monochromatic Colors of #6CB2CB
Black with #6CB2CB
Text Example
Text Example
White with #6CB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB2CB; }
p { color: rgb(108,178,203); }
H1.HeaderClassName
{
color: #6CB2CB;
}
.AnyTagClassName
{
color: #6CB2CB;
}
</style>
background-color css
<style>
a { background-color: #6CB2CB; }
a { background-color: rgb(108,178,203); }
div.DivClassName
{
background-color: #6CB2CB;
}
.BgClassName
{
background-color: #6CB2CB;
}
</style>
border-color css
<style>
span { border-color: #6CB2CB; }
span { border-color: rgb(108,178,203); }
td.TdClassName
{
border-color: #6CB2CB;
}
.TagClassName
{
border-color: #6CB2CB;
}
</style>