Shades of Seagull #6EAECA
Tints of Seagull #6EAECA
RGB
CMYK
RGB Variations
Color information
#6EAECA (or 0x6EAECA) is known color: Seagull. HEX triplet: 6E, AE and CA. RGB value is (110,174,202). Sum of RGB (Red+Green+Blue) = 110+174+202=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAECA is #915135. Grayscale: #9D9D9D. Windows color (decimal): -9523510 or 13282926. OLE color: 13282926.
HSL color Cylindrical-coordinate representation of color #6EAECA: hue angle of 198.26º 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 #6EAECA is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 174 | 202 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.21 |
| HSL | 198.26º | 0.46% | 0.61% | - |
| HSV(B) | 198.26º | 0.46% | 0.79% | - |
| XYZ | 32.23 | 37.85 | 61.48 | - |
| YUV | 158.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 202 | 0.46 | 0.14 | 0 | 0.21 | 198.26 | 0.46 | 0.61 |
| Hex | 6E | AE | CA | 2E | E | 0 | 15 | C6 | 2E | 3D |
| Octal | 156 | 256 | 312 | 56 | 16 | 0 | 25 | 306 | 56 | 75 |
| Binary | 1101110 | 10101110 | 11001010 | 101110 | 1110 | 0 | 10101 | 11000110 | 101110 | 111101 |
Color Harmonies of #6EAECA
Complementary color
Monochromatic Colors of #6EAECA
Black with #6EAECA
Text Example
Text Example
White with #6EAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAECA; }
p { color: rgb(110,174,202); }
H1.HeaderClassName
{
color: #6EAECA;
}
.AnyTagClassName
{
color: #6EAECA;
}
</style>
background-color css
<style>
a { background-color: #6EAECA; }
a { background-color: rgb(110,174,202); }
div.DivClassName
{
background-color: #6EAECA;
}
.BgClassName
{
background-color: #6EAECA;
}
</style>
border-color css
<style>
span { border-color: #6EAECA; }
span { border-color: rgb(110,174,202); }
td.TdClassName
{
border-color: #6EAECA;
}
.TagClassName
{
border-color: #6EAECA;
}
</style>