Shades of Seagull #6EABD2
Tints of Seagull #6EABD2
RGB
CMYK
RGB Variations
Color information
#6EABD2 (or 0x6EABD2) is known color: Seagull. HEX triplet: 6E, AB and D2. RGB value is (110,171,210). Sum of RGB (Red+Green+Blue) = 110+171+210=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #6EABD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABD2 is #91542D. Grayscale: #9C9C9C. Windows color (decimal): -9524270 or 13806446. OLE color: 13806446.
HSL color Cylindrical-coordinate representation of color #6EABD2: hue angle of 203.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EABD2 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 171 | 210 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.18 |
| HSL | 203.4º | 0.53% | 0.63% | - |
| HSV(B) | 203.4º | 0.48% | 0.82% | - |
| XYZ | 32.63 | 37.09 | 66.41 | - |
| YUV | 157.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 210 | 0.48 | 0.19 | 0 | 0.18 | 203.4 | 0.53 | 0.63 |
| Hex | 6E | AB | D2 | 30 | 13 | 0 | 12 | CB | 35 | 3F |
| Octal | 156 | 253 | 322 | 60 | 23 | 0 | 22 | 313 | 65 | 77 |
| Binary | 1101110 | 10101011 | 11010010 | 110000 | 10011 | 0 | 10010 | 11001011 | 110101 | 111111 |
Color Harmonies of #6EABD2
Complementary color
Monochromatic Colors of #6EABD2
Black with #6EABD2
Text Example
Text Example
White with #6EABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABD2; }
p { color: rgb(110,171,210); }
H1.HeaderClassName
{
color: #6EABD2;
}
.AnyTagClassName
{
color: #6EABD2;
}
</style>
background-color css
<style>
a { background-color: #6EABD2; }
a { background-color: rgb(110,171,210); }
div.DivClassName
{
background-color: #6EABD2;
}
.BgClassName
{
background-color: #6EABD2;
}
</style>
border-color css
<style>
span { border-color: #6EABD2; }
span { border-color: rgb(110,171,210); }
td.TdClassName
{
border-color: #6EABD2;
}
.TagClassName
{
border-color: #6EABD2;
}
</style>