Shades of Seagull #6AB0CB
Tints of Seagull #6AB0CB
RGB
CMYK
RGB Variations
Color information
#6AB0CB (or 0x6AB0CB) is known color: Seagull. HEX triplet: 6A, B0 and CB. RGB value is (106,176,203). Sum of RGB (Red+Green+Blue) = 106+176+203=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AB0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB0CB is #954F34. Grayscale: #9D9D9D. Windows color (decimal): -9785141 or 13348970. OLE color: 13348970.
HSL color Cylindrical-coordinate representation of color #6AB0CB: hue angle of 196.7º degrees, saturation: 0.48, 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 #6AB0CB is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 176 | 203 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.20 |
| HSL | 196.7º | 0.48% | 0.61% | - |
| HSV(B) | 196.7º | 0.48% | 0.8% | - |
| XYZ | 32.25 | 38.43 | 62.22 | - |
| YUV | 158.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 203 | 0.48 | 0.13 | 0 | 0.20 | 196.7 | 0.48 | 0.61 |
| Hex | 6A | B0 | CB | 30 | D | 0 | 14 | C5 | 30 | 3D |
| Octal | 152 | 260 | 313 | 60 | 15 | 0 | 24 | 305 | 60 | 75 |
| Binary | 1101010 | 10110000 | 11001011 | 110000 | 1101 | 0 | 10100 | 11000101 | 110000 | 111101 |
Color Harmonies of #6AB0CB
Complementary color
Monochromatic Colors of #6AB0CB
Black with #6AB0CB
Text Example
Text Example
White with #6AB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB0CB; }
p { color: rgb(106,176,203); }
H1.HeaderClassName
{
color: #6AB0CB;
}
.AnyTagClassName
{
color: #6AB0CB;
}
</style>
background-color css
<style>
a { background-color: #6AB0CB; }
a { background-color: rgb(106,176,203); }
div.DivClassName
{
background-color: #6AB0CB;
}
.BgClassName
{
background-color: #6AB0CB;
}
</style>
border-color css
<style>
span { border-color: #6AB0CB; }
span { border-color: rgb(106,176,203); }
td.TdClassName
{
border-color: #6AB0CB;
}
.TagClassName
{
border-color: #6AB0CB;
}
</style>