Shades of Seagull #6EADD5
Tints of Seagull #6EADD5
RGB
CMYK
RGB Variations
Color information
#6EADD5 (or 0x6EADD5) is known color: Seagull. HEX triplet: 6E, AD and D5. RGB value is (110,173,213). Sum of RGB (Red+Green+Blue) = 110+173+213=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #6EADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADD5 is #91522A. Grayscale: #9E9E9E. Windows color (decimal): -9523755 or 14003566. OLE color: 14003566.
HSL color Cylindrical-coordinate representation of color #6EADD5: hue angle of 203.3º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EADD5 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 173 | 213 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.16 |
| HSL | 203.3º | 0.55% | 0.63% | - |
| HSV(B) | 203.3º | 0.48% | 0.84% | - |
| XYZ | 33.38 | 38.01 | 68.53 | - |
| YUV | 158.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 213 | 0.48 | 0.19 | 0 | 0.16 | 203.3 | 0.55 | 0.63 |
| Hex | 6E | AD | D5 | 30 | 13 | 0 | 10 | CB | 37 | 3F |
| Octal | 156 | 255 | 325 | 60 | 23 | 0 | 20 | 313 | 67 | 77 |
| Binary | 1101110 | 10101101 | 11010101 | 110000 | 10011 | 0 | 10000 | 11001011 | 110111 | 111111 |
Color Harmonies of #6EADD5
Complementary color
Monochromatic Colors of #6EADD5
Black with #6EADD5
Text Example
Text Example
White with #6EADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADD5; }
p { color: rgb(110,173,213); }
H1.HeaderClassName
{
color: #6EADD5;
}
.AnyTagClassName
{
color: #6EADD5;
}
</style>
background-color css
<style>
a { background-color: #6EADD5; }
a { background-color: rgb(110,173,213); }
div.DivClassName
{
background-color: #6EADD5;
}
.BgClassName
{
background-color: #6EADD5;
}
</style>
border-color css
<style>
span { border-color: #6EADD5; }
span { border-color: rgb(110,173,213); }
td.TdClassName
{
border-color: #6EADD5;
}
.TagClassName
{
border-color: #6EADD5;
}
</style>