Shades of Seagull #6CB0CE
Tints of Seagull #6CB0CE
RGB
CMYK
RGB Variations
Color information
#6CB0CE (or 0x6CB0CE) is known color: Seagull. HEX triplet: 6C, B0 and CE. RGB value is (108,176,206). Sum of RGB (Red+Green+Blue) = 108+176+206=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0CE is #934F31. Grayscale: #9E9E9E. Windows color (decimal): -9654066 or 13545580. OLE color: 13545580.
HSL color Cylindrical-coordinate representation of color #6CB0CE: hue angle of 198.37º 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 #6CB0CE is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 176 | 206 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.19 |
| HSL | 198.37º | 0.5% | 0.62% | - |
| HSV(B) | 198.37º | 0.48% | 0.81% | - |
| XYZ | 32.85 | 38.7 | 64.13 | - |
| YUV | 159.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 206 | 0.48 | 0.15 | 0 | 0.19 | 198.37 | 0.5 | 0.62 |
| Hex | 6C | B0 | CE | 30 | F | 0 | 13 | C6 | 32 | 3E |
| Octal | 154 | 260 | 316 | 60 | 17 | 0 | 23 | 306 | 62 | 76 |
| Binary | 1101100 | 10110000 | 11001110 | 110000 | 1111 | 0 | 10011 | 11000110 | 110010 | 111110 |
Color Harmonies of #6CB0CE
Complementary color
Monochromatic Colors of #6CB0CE
Black with #6CB0CE
Text Example
Text Example
White with #6CB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB0CE; }
p { color: rgb(108,176,206); }
H1.HeaderClassName
{
color: #6CB0CE;
}
.AnyTagClassName
{
color: #6CB0CE;
}
</style>
background-color css
<style>
a { background-color: #6CB0CE; }
a { background-color: rgb(108,176,206); }
div.DivClassName
{
background-color: #6CB0CE;
}
.BgClassName
{
background-color: #6CB0CE;
}
</style>
border-color css
<style>
span { border-color: #6CB0CE; }
span { border-color: rgb(108,176,206); }
td.TdClassName
{
border-color: #6CB0CE;
}
.TagClassName
{
border-color: #6CB0CE;
}
</style>