Shades of Seagull #6EABCA
Tints of Seagull #6EABCA
RGB
CMYK
RGB Variations
Color information
#6EABCA (or 0x6EABCA) is known color: Seagull. HEX triplet: 6E, AB and CA. RGB value is (110,171,202). Sum of RGB (Red+Green+Blue) = 110+171+202=483 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.77% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABCA is #915435. Grayscale: #9C9C9C. Windows color (decimal): -9524278 or 13282158. OLE color: 13282158.
HSL color Cylindrical-coordinate representation of color #6EABCA: hue angle of 200.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EABCA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 171 | 202 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.21 |
| HSL | 200.22º | 0.46% | 0.61% | - |
| HSV(B) | 200.22º | 0.46% | 0.79% | - |
| XYZ | 31.65 | 36.71 | 61.29 | - |
| YUV | 156.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 202 | 0.46 | 0.15 | 0 | 0.21 | 200.22 | 0.46 | 0.61 |
| Hex | 6E | AB | CA | 2E | F | 0 | 15 | C8 | 2E | 3D |
| Octal | 156 | 253 | 312 | 56 | 17 | 0 | 25 | 310 | 56 | 75 |
| Binary | 1101110 | 10101011 | 11001010 | 101110 | 1111 | 0 | 10101 | 11001000 | 101110 | 111101 |
Color Harmonies of #6EABCA
Complementary color
Monochromatic Colors of #6EABCA
Black with #6EABCA
Text Example
Text Example
White with #6EABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABCA; }
p { color: rgb(110,171,202); }
H1.HeaderClassName
{
color: #6EABCA;
}
.AnyTagClassName
{
color: #6EABCA;
}
</style>
background-color css
<style>
a { background-color: #6EABCA; }
a { background-color: rgb(110,171,202); }
div.DivClassName
{
background-color: #6EABCA;
}
.BgClassName
{
background-color: #6EABCA;
}
</style>
border-color css
<style>
span { border-color: #6EABCA; }
span { border-color: rgb(110,171,202); }
td.TdClassName
{
border-color: #6EABCA;
}
.TagClassName
{
border-color: #6EABCA;
}
</style>