Shades of Seagull #6EACCA
Tints of Seagull #6EACCA
RGB
CMYK
RGB Variations
Color information
#6EACCA (or 0x6EACCA) is known color: Seagull. HEX triplet: 6E, AC and CA. RGB value is (110,172,202). Sum of RGB (Red+Green+Blue) = 110+172+202=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCA is #915335. Grayscale: #9C9C9C. Windows color (decimal): -9524022 or 13282414. OLE color: 13282414.
HSL color Cylindrical-coordinate representation of color #6EACCA: hue angle of 199.57º 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 #6EACCA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 172 | 202 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.21 |
| HSL | 199.57º | 0.46% | 0.61% | - |
| HSV(B) | 199.57º | 0.46% | 0.79% | - |
| XYZ | 31.84 | 37.08 | 61.36 | - |
| YUV | 156.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 202 | 0.46 | 0.15 | 0 | 0.21 | 199.57 | 0.46 | 0.61 |
| Hex | 6E | AC | CA | 2E | F | 0 | 15 | C8 | 2E | 3D |
| Octal | 156 | 254 | 312 | 56 | 17 | 0 | 25 | 310 | 56 | 75 |
| Binary | 1101110 | 10101100 | 11001010 | 101110 | 1111 | 0 | 10101 | 11001000 | 101110 | 111101 |
Color Harmonies of #6EACCA
Complementary color
Monochromatic Colors of #6EACCA
Black with #6EACCA
Text Example
Text Example
White with #6EACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACCA; }
p { color: rgb(110,172,202); }
H1.HeaderClassName
{
color: #6EACCA;
}
.AnyTagClassName
{
color: #6EACCA;
}
</style>
background-color css
<style>
a { background-color: #6EACCA; }
a { background-color: rgb(110,172,202); }
div.DivClassName
{
background-color: #6EACCA;
}
.BgClassName
{
background-color: #6EACCA;
}
</style>
border-color css
<style>
span { border-color: #6EACCA; }
span { border-color: rgb(110,172,202); }
td.TdClassName
{
border-color: #6EACCA;
}
.TagClassName
{
border-color: #6EACCA;
}
</style>