Shades of Seagull #6EABD1
Tints of Seagull #6EABD1
RGB
CMYK
RGB Variations
Color information
#6EABD1 (or 0x6EABD1) is known color: Seagull. HEX triplet: 6E, AB and D1. RGB value is (110,171,209). Sum of RGB (Red+Green+Blue) = 110+171+209=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #6EABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABD1 is #91542E. Grayscale: #9C9C9C. Windows color (decimal): -9524271 or 13740910. OLE color: 13740910.
HSL color Cylindrical-coordinate representation of color #6EABD1: hue angle of 203.03º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EABD1 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 171 | 209 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.18 |
| HSL | 203.03º | 0.52% | 0.63% | - |
| HSV(B) | 203.03º | 0.47% | 0.82% | - |
| XYZ | 32.5 | 37.04 | 65.76 | - |
| YUV | 157.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 209 | 0.47 | 0.18 | 0 | 0.18 | 203.03 | 0.52 | 0.63 |
| Hex | 6E | AB | D1 | 2F | 12 | 0 | 12 | CB | 34 | 3F |
| Octal | 156 | 253 | 321 | 57 | 22 | 0 | 22 | 313 | 64 | 77 |
| Binary | 1101110 | 10101011 | 11010001 | 101111 | 10010 | 0 | 10010 | 11001011 | 110100 | 111111 |
Color Harmonies of #6EABD1
Complementary color
Monochromatic Colors of #6EABD1
Black with #6EABD1
Text Example
Text Example
White with #6EABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABD1; }
p { color: rgb(110,171,209); }
H1.HeaderClassName
{
color: #6EABD1;
}
.AnyTagClassName
{
color: #6EABD1;
}
</style>
background-color css
<style>
a { background-color: #6EABD1; }
a { background-color: rgb(110,171,209); }
div.DivClassName
{
background-color: #6EABD1;
}
.BgClassName
{
background-color: #6EABD1;
}
</style>
border-color css
<style>
span { border-color: #6EABD1; }
span { border-color: rgb(110,171,209); }
td.TdClassName
{
border-color: #6EABD1;
}
.TagClassName
{
border-color: #6EABD1;
}
</style>