Shades of Seagull #6EAACA
Tints of Seagull #6EAACA
RGB
CMYK
RGB Variations
Color information
#6EAACA (or 0x6EAACA) is known color: Seagull. HEX triplet: 6E, AA and CA. RGB value is (110,170,202). Sum of RGB (Red+Green+Blue) = 110+170+202=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAACA is #915535. Grayscale: #9B9B9B. Windows color (decimal): -9524534 or 13281902. OLE color: 13281902.
HSL color Cylindrical-coordinate representation of color #6EAACA: hue angle of 200.87º 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 #6EAACA is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 170 | 202 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.21 |
| HSL | 200.87º | 0.46% | 0.61% | - |
| HSV(B) | 200.87º | 0.46% | 0.79% | - |
| XYZ | 31.47 | 36.33 | 61.23 | - |
| YUV | 155.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 202 | 0.46 | 0.16 | 0 | 0.21 | 200.87 | 0.46 | 0.61 |
| Hex | 6E | AA | CA | 2E | 10 | 0 | 15 | C9 | 2E | 3D |
| Octal | 156 | 252 | 312 | 56 | 20 | 0 | 25 | 311 | 56 | 75 |
| Binary | 1101110 | 10101010 | 11001010 | 101110 | 10000 | 0 | 10101 | 11001001 | 101110 | 111101 |
Color Harmonies of #6EAACA
Complementary color
Monochromatic Colors of #6EAACA
Black with #6EAACA
Text Example
Text Example
White with #6EAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAACA; }
p { color: rgb(110,170,202); }
H1.HeaderClassName
{
color: #6EAACA;
}
.AnyTagClassName
{
color: #6EAACA;
}
</style>
background-color css
<style>
a { background-color: #6EAACA; }
a { background-color: rgb(110,170,202); }
div.DivClassName
{
background-color: #6EAACA;
}
.BgClassName
{
background-color: #6EAACA;
}
</style>
border-color css
<style>
span { border-color: #6EAACA; }
span { border-color: rgb(110,170,202); }
td.TdClassName
{
border-color: #6EAACA;
}
.TagClassName
{
border-color: #6EAACA;
}
</style>