Shades of Seagull #6EA9CA
Tints of Seagull #6EA9CA
RGB
CMYK
RGB Variations
Color information
#6EA9CA (or 0x6EA9CA) is known color: Seagull. HEX triplet: 6E, A9 and CA. RGB value is (110,169,202). Sum of RGB (Red+Green+Blue) = 110+169+202=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EA9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA9CA is #915635. Grayscale: #9A9A9A. Windows color (decimal): -9524790 or 13281646. OLE color: 13281646.
HSL color Cylindrical-coordinate representation of color #6EA9CA: hue angle of 201.52º 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 #6EA9CA is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 169 | 202 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.21 |
| HSL | 201.52º | 0.46% | 0.61% | - |
| HSV(B) | 201.52º | 0.46% | 0.79% | - |
| XYZ | 31.28 | 35.96 | 61.17 | - |
| YUV | 155.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 169 | 202 | 0.46 | 0.16 | 0 | 0.21 | 201.52 | 0.46 | 0.61 |
| Hex | 6E | A9 | CA | 2E | 10 | 0 | 15 | CA | 2E | 3D |
| Octal | 156 | 251 | 312 | 56 | 20 | 0 | 25 | 312 | 56 | 75 |
| Binary | 1101110 | 10101001 | 11001010 | 101110 | 10000 | 0 | 10101 | 11001010 | 101110 | 111101 |
Color Harmonies of #6EA9CA
Complementary color
Monochromatic Colors of #6EA9CA
Black with #6EA9CA
Text Example
Text Example
White with #6EA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA9CA; }
p { color: rgb(110,169,202); }
H1.HeaderClassName
{
color: #6EA9CA;
}
.AnyTagClassName
{
color: #6EA9CA;
}
</style>
background-color css
<style>
a { background-color: #6EA9CA; }
a { background-color: rgb(110,169,202); }
div.DivClassName
{
background-color: #6EA9CA;
}
.BgClassName
{
background-color: #6EA9CA;
}
</style>
border-color css
<style>
span { border-color: #6EA9CA; }
span { border-color: rgb(110,169,202); }
td.TdClassName
{
border-color: #6EA9CA;
}
.TagClassName
{
border-color: #6EA9CA;
}
</style>