Shades of Seagull #6CABCC
Tints of Seagull #6CABCC
RGB
CMYK
RGB Variations
Color information
#6CABCC (or 0x6CABCC) is known color: Seagull. HEX triplet: 6C, AB and CC. RGB value is (108,171,204). Sum of RGB (Red+Green+Blue) = 108+171+204=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABCC is #935433. Grayscale: #9B9B9B. Windows color (decimal): -9655348 or 13413228. OLE color: 13413228.
HSL color Cylindrical-coordinate representation of color #6CABCC: hue angle of 200.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 #6CABCC is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 171 | 204 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.2 |
| HSL | 200.63º | 0.48% | 0.61% | - |
| HSV(B) | 200.63º | 0.47% | 0.8% | - |
| XYZ | 31.65 | 36.67 | 62.54 | - |
| YUV | 155.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 204 | 0.47 | 0.16 | 0 | 0.2 | 200.63 | 0.48 | 0.61 |
| Hex | 6C | AB | CC | 2F | 10 | 0 | 14 | C9 | 30 | 3D |
| Octal | 154 | 253 | 314 | 57 | 20 | 0 | 24 | 311 | 60 | 75 |
| Binary | 1101100 | 10101011 | 11001100 | 101111 | 10000 | 0 | 10100 | 11001001 | 110000 | 111101 |
Color Harmonies of #6CABCC
Complementary color
Monochromatic Colors of #6CABCC
Black with #6CABCC
Text Example
Text Example
White with #6CABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABCC; }
p { color: rgb(108,171,204); }
H1.HeaderClassName
{
color: #6CABCC;
}
.AnyTagClassName
{
color: #6CABCC;
}
</style>
background-color css
<style>
a { background-color: #6CABCC; }
a { background-color: rgb(108,171,204); }
div.DivClassName
{
background-color: #6CABCC;
}
.BgClassName
{
background-color: #6CABCC;
}
</style>
border-color css
<style>
span { border-color: #6CABCC; }
span { border-color: rgb(108,171,204); }
td.TdClassName
{
border-color: #6CABCC;
}
.TagClassName
{
border-color: #6CABCC;
}
</style>