Shades of Seagull #6BABCC
Tints of Seagull #6BABCC
RGB
CMYK
RGB Variations
Color information
#6BABCC (or 0x6BABCC) is known color: Seagull. HEX triplet: 6B, AB and CC. RGB value is (107,171,204). Sum of RGB (Red+Green+Blue) = 107+171+204=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABCC is #945433. Grayscale: #9B9B9B. Windows color (decimal): -9720884 or 13413227. OLE color: 13413227.
HSL color Cylindrical-coordinate representation of color #6BABCC: hue angle of 200.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BABCC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 171 | 204 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.2 |
| HSL | 200.41º | 0.49% | 0.61% | - |
| HSV(B) | 200.41º | 0.48% | 0.8% | - |
| XYZ | 31.53 | 36.61 | 62.53 | - |
| YUV | 155.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 204 | 0.48 | 0.16 | 0 | 0.2 | 200.41 | 0.49 | 0.61 |
| Hex | 6B | AB | CC | 30 | 10 | 0 | 14 | C8 | 31 | 3D |
| Octal | 153 | 253 | 314 | 60 | 20 | 0 | 24 | 310 | 61 | 75 |
| Binary | 1101011 | 10101011 | 11001100 | 110000 | 10000 | 0 | 10100 | 11001000 | 110001 | 111101 |
Color Harmonies of #6BABCC
Complementary color
Monochromatic Colors of #6BABCC
Black with #6BABCC
Text Example
Text Example
White with #6BABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABCC; }
p { color: rgb(107,171,204); }
H1.HeaderClassName
{
color: #6BABCC;
}
.AnyTagClassName
{
color: #6BABCC;
}
</style>
background-color css
<style>
a { background-color: #6BABCC; }
a { background-color: rgb(107,171,204); }
div.DivClassName
{
background-color: #6BABCC;
}
.BgClassName
{
background-color: #6BABCC;
}
</style>
border-color css
<style>
span { border-color: #6BABCC; }
span { border-color: rgb(107,171,204); }
td.TdClassName
{
border-color: #6BABCC;
}
.TagClassName
{
border-color: #6BABCC;
}
</style>