Shades of Seagull #6EABD0
Tints of Seagull #6EABD0
RGB
CMYK
RGB Variations
Color information
#6EABD0 (or 0x6EABD0) is known color: Seagull. HEX triplet: 6E, AB and D0. RGB value is (110,171,208). Sum of RGB (Red+Green+Blue) = 110+171+208=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #6EABD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABD0 is #91542F. Grayscale: #9C9C9C. Windows color (decimal): -9524272 or 13675374. OLE color: 13675374.
HSL color Cylindrical-coordinate representation of color #6EABD0: hue angle of 202.65º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EABD0 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 171 | 208 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.18 |
| HSL | 202.65º | 0.51% | 0.62% | - |
| HSV(B) | 202.65º | 0.47% | 0.82% | - |
| XYZ | 32.38 | 36.99 | 65.11 | - |
| YUV | 156.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 208 | 0.47 | 0.18 | 0 | 0.18 | 202.65 | 0.51 | 0.62 |
| Hex | 6E | AB | D0 | 2F | 12 | 0 | 12 | CB | 33 | 3E |
| Octal | 156 | 253 | 320 | 57 | 22 | 0 | 22 | 313 | 63 | 76 |
| Binary | 1101110 | 10101011 | 11010000 | 101111 | 10010 | 0 | 10010 | 11001011 | 110011 | 111110 |
Color Harmonies of #6EABD0
Complementary color
Monochromatic Colors of #6EABD0
Black with #6EABD0
Text Example
Text Example
White with #6EABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABD0; }
p { color: rgb(110,171,208); }
H1.HeaderClassName
{
color: #6EABD0;
}
.AnyTagClassName
{
color: #6EABD0;
}
</style>
background-color css
<style>
a { background-color: #6EABD0; }
a { background-color: rgb(110,171,208); }
div.DivClassName
{
background-color: #6EABD0;
}
.BgClassName
{
background-color: #6EABD0;
}
</style>
border-color css
<style>
span { border-color: #6EABD0; }
span { border-color: rgb(110,171,208); }
td.TdClassName
{
border-color: #6EABD0;
}
.TagClassName
{
border-color: #6EABD0;
}
</style>