Shades of Seagull #6AB7CE
Tints of Seagull #6AB7CE
RGB
CMYK
RGB Variations
Color information
#6AB7CE (or 0x6AB7CE) is known color: Seagull. HEX triplet: 6A, B7 and CE. RGB value is (106,183,206). Sum of RGB (Red+Green+Blue) = 106+183+206=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AB7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7CE is #954831. Grayscale: #A2A2A2. Windows color (decimal): -9783346 or 13547370. OLE color: 13547370.
HSL color Cylindrical-coordinate representation of color #6AB7CE: hue angle of 193.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AB7CE is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 183 | 206 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.19 |
| HSL | 193.8º | 0.51% | 0.61% | - |
| HSV(B) | 193.8º | 0.49% | 0.81% | - |
| XYZ | 34.02 | 41.39 | 64.59 | - |
| YUV | 162.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 206 | 0.49 | 0.11 | 0 | 0.19 | 193.8 | 0.51 | 0.61 |
| Hex | 6A | B7 | CE | 31 | B | 0 | 13 | C2 | 33 | 3D |
| Octal | 152 | 267 | 316 | 61 | 13 | 0 | 23 | 302 | 63 | 75 |
| Binary | 1101010 | 10110111 | 11001110 | 110001 | 1011 | 0 | 10011 | 11000010 | 110011 | 111101 |
Color Harmonies of #6AB7CE
Complementary color
Monochromatic Colors of #6AB7CE
Black with #6AB7CE
Text Example
Text Example
White with #6AB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB7CE; }
p { color: rgb(106,183,206); }
H1.HeaderClassName
{
color: #6AB7CE;
}
.AnyTagClassName
{
color: #6AB7CE;
}
</style>
background-color css
<style>
a { background-color: #6AB7CE; }
a { background-color: rgb(106,183,206); }
div.DivClassName
{
background-color: #6AB7CE;
}
.BgClassName
{
background-color: #6AB7CE;
}
</style>
border-color css
<style>
span { border-color: #6AB7CE; }
span { border-color: rgb(106,183,206); }
td.TdClassName
{
border-color: #6AB7CE;
}
.TagClassName
{
border-color: #6AB7CE;
}
</style>