Shades of Seagull #6EAACD
Tints of Seagull #6EAACD
RGB
CMYK
RGB Variations
Color information
#6EAACD (or 0x6EAACD) is known color: Seagull. HEX triplet: 6E, AA and CD. RGB value is (110,170,205). Sum of RGB (Red+Green+Blue) = 110+170+205=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAACD is #915532. Grayscale: #9B9B9B. Windows color (decimal): -9524531 or 13478510. OLE color: 13478510.
HSL color Cylindrical-coordinate representation of color #6EAACD: hue angle of 202.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EAACD is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 170 | 205 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.20 |
| HSL | 202.11º | 0.49% | 0.62% | - |
| HSV(B) | 202.11º | 0.46% | 0.8% | - |
| XYZ | 31.82 | 36.47 | 63.12 | - |
| YUV | 156.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 205 | 0.46 | 0.17 | 0 | 0.20 | 202.11 | 0.49 | 0.62 |
| Hex | 6E | AA | CD | 2E | 11 | 0 | 14 | CA | 31 | 3E |
| Octal | 156 | 252 | 315 | 56 | 21 | 0 | 24 | 312 | 61 | 76 |
| Binary | 1101110 | 10101010 | 11001101 | 101110 | 10001 | 0 | 10100 | 11001010 | 110001 | 111110 |
Color Harmonies of #6EAACD
Complementary color
Monochromatic Colors of #6EAACD
Black with #6EAACD
Text Example
Text Example
White with #6EAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAACD; }
p { color: rgb(110,170,205); }
H1.HeaderClassName
{
color: #6EAACD;
}
.AnyTagClassName
{
color: #6EAACD;
}
</style>
background-color css
<style>
a { background-color: #6EAACD; }
a { background-color: rgb(110,170,205); }
div.DivClassName
{
background-color: #6EAACD;
}
.BgClassName
{
background-color: #6EAACD;
}
</style>
border-color css
<style>
span { border-color: #6EAACD; }
span { border-color: rgb(110,170,205); }
td.TdClassName
{
border-color: #6EAACD;
}
.TagClassName
{
border-color: #6EAACD;
}
</style>