Shades of Seagull #6AB7CB
Tints of Seagull #6AB7CB
RGB
CMYK
RGB Variations
Color information
#6AB7CB (or 0x6AB7CB) is known color: Seagull. HEX triplet: 6A, B7 and CB. RGB value is (106,183,203). Sum of RGB (Red+Green+Blue) = 106+183+203=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AB7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7CB is #954834. Grayscale: #A2A2A2. Windows color (decimal): -9783349 or 13350762. OLE color: 13350762.
HSL color Cylindrical-coordinate representation of color #6AB7CB: hue angle of 192.37º 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 #6AB7CB is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 183 | 203 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.20 |
| HSL | 192.37º | 0.48% | 0.61% | - |
| HSV(B) | 192.37º | 0.48% | 0.8% | - |
| XYZ | 33.66 | 41.24 | 62.69 | - |
| YUV | 162.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 203 | 0.48 | 0.10 | 0 | 0.20 | 192.37 | 0.48 | 0.61 |
| Hex | 6A | B7 | CB | 30 | A | 0 | 14 | C0 | 30 | 3D |
| Octal | 152 | 267 | 313 | 60 | 12 | 0 | 24 | 300 | 60 | 75 |
| Binary | 1101010 | 10110111 | 11001011 | 110000 | 1010 | 0 | 10100 | 11000000 | 110000 | 111101 |
Color Harmonies of #6AB7CB
Complementary color
Monochromatic Colors of #6AB7CB
Black with #6AB7CB
Text Example
Text Example
White with #6AB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB7CB; }
p { color: rgb(106,183,203); }
H1.HeaderClassName
{
color: #6AB7CB;
}
.AnyTagClassName
{
color: #6AB7CB;
}
</style>
background-color css
<style>
a { background-color: #6AB7CB; }
a { background-color: rgb(106,183,203); }
div.DivClassName
{
background-color: #6AB7CB;
}
.BgClassName
{
background-color: #6AB7CB;
}
</style>
border-color css
<style>
span { border-color: #6AB7CB; }
span { border-color: rgb(106,183,203); }
td.TdClassName
{
border-color: #6AB7CB;
}
.TagClassName
{
border-color: #6AB7CB;
}
</style>