Shades of Seagull #6EADCD
Tints of Seagull #6EADCD
RGB
CMYK
RGB Variations
Color information
#6EADCD (or 0x6EADCD) is known color: Seagull. HEX triplet: 6E, AD and CD. RGB value is (110,173,205). Sum of RGB (Red+Green+Blue) = 110+173+205=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADCD is #915232. Grayscale: #9D9D9D. Windows color (decimal): -9523763 or 13479278. OLE color: 13479278.
HSL color Cylindrical-coordinate representation of color #6EADCD: hue angle of 200.21º 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 #6EADCD is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 173 | 205 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.20 |
| HSL | 200.21º | 0.49% | 0.62% | - |
| HSV(B) | 200.21º | 0.46% | 0.8% | - |
| XYZ | 32.39 | 37.61 | 63.31 | - |
| YUV | 157.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 205 | 0.46 | 0.16 | 0 | 0.20 | 200.21 | 0.49 | 0.62 |
| Hex | 6E | AD | CD | 2E | 10 | 0 | 14 | C8 | 31 | 3E |
| Octal | 156 | 255 | 315 | 56 | 20 | 0 | 24 | 310 | 61 | 76 |
| Binary | 1101110 | 10101101 | 11001101 | 101110 | 10000 | 0 | 10100 | 11001000 | 110001 | 111110 |
Color Harmonies of #6EADCD
Complementary color
Monochromatic Colors of #6EADCD
Black with #6EADCD
Text Example
Text Example
White with #6EADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADCD; }
p { color: rgb(110,173,205); }
H1.HeaderClassName
{
color: #6EADCD;
}
.AnyTagClassName
{
color: #6EADCD;
}
</style>
background-color css
<style>
a { background-color: #6EADCD; }
a { background-color: rgb(110,173,205); }
div.DivClassName
{
background-color: #6EADCD;
}
.BgClassName
{
background-color: #6EADCD;
}
</style>
border-color css
<style>
span { border-color: #6EADCD; }
span { border-color: rgb(110,173,205); }
td.TdClassName
{
border-color: #6EADCD;
}
.TagClassName
{
border-color: #6EADCD;
}
</style>