Shades of Seagull #6CB2CE
Tints of Seagull #6CB2CE
RGB
CMYK
RGB Variations
Color information
#6CB2CE (or 0x6CB2CE) is known color: Seagull. HEX triplet: 6C, B2 and CE. RGB value is (108,178,206). Sum of RGB (Red+Green+Blue) = 108+178+206=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CB2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2CE is #934D31. Grayscale: #A0A0A0. Windows color (decimal): -9653554 or 13546092. OLE color: 13546092.
HSL color Cylindrical-coordinate representation of color #6CB2CE: hue angle of 197.14º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CB2CE is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 178 | 206 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.19 |
| HSL | 197.14º | 0.5% | 0.62% | - |
| HSV(B) | 197.14º | 0.48% | 0.81% | - |
| XYZ | 33.25 | 39.49 | 64.26 | - |
| YUV | 160.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 206 | 0.48 | 0.14 | 0 | 0.19 | 197.14 | 0.5 | 0.62 |
| Hex | 6C | B2 | CE | 30 | E | 0 | 13 | C5 | 32 | 3E |
| Octal | 154 | 262 | 316 | 60 | 16 | 0 | 23 | 305 | 62 | 76 |
| Binary | 1101100 | 10110010 | 11001110 | 110000 | 1110 | 0 | 10011 | 11000101 | 110010 | 111110 |
Color Harmonies of #6CB2CE
Complementary color
Monochromatic Colors of #6CB2CE
Black with #6CB2CE
Text Example
Text Example
White with #6CB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB2CE; }
p { color: rgb(108,178,206); }
H1.HeaderClassName
{
color: #6CB2CE;
}
.AnyTagClassName
{
color: #6CB2CE;
}
</style>
background-color css
<style>
a { background-color: #6CB2CE; }
a { background-color: rgb(108,178,206); }
div.DivClassName
{
background-color: #6CB2CE;
}
.BgClassName
{
background-color: #6CB2CE;
}
</style>
border-color css
<style>
span { border-color: #6CB2CE; }
span { border-color: rgb(108,178,206); }
td.TdClassName
{
border-color: #6CB2CE;
}
.TagClassName
{
border-color: #6CB2CE;
}
</style>