Shades of Seagull #6EADCF
Tints of Seagull #6EADCF
RGB
CMYK
RGB Variations
Color information
#6EADCF (or 0x6EADCF) is known color: Seagull. HEX triplet: 6E, AD and CF. RGB value is (110,173,207). Sum of RGB (Red+Green+Blue) = 110+173+207=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADCF is #915230. Grayscale: #9D9D9D. Windows color (decimal): -9523761 or 13610350. OLE color: 13610350.
HSL color Cylindrical-coordinate representation of color #6EADCF: hue angle of 201.03º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EADCF is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 173 | 207 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.19 |
| HSL | 201.03º | 0.5% | 0.62% | - |
| HSV(B) | 201.03º | 0.47% | 0.81% | - |
| XYZ | 32.64 | 37.71 | 64.59 | - |
| YUV | 158.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 207 | 0.47 | 0.16 | 0 | 0.19 | 201.03 | 0.5 | 0.62 |
| Hex | 6E | AD | CF | 2F | 10 | 0 | 13 | C9 | 32 | 3E |
| Octal | 156 | 255 | 317 | 57 | 20 | 0 | 23 | 311 | 62 | 76 |
| Binary | 1101110 | 10101101 | 11001111 | 101111 | 10000 | 0 | 10011 | 11001001 | 110010 | 111110 |
Color Harmonies of #6EADCF
Complementary color
Monochromatic Colors of #6EADCF
Black with #6EADCF
Text Example
Text Example
White with #6EADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADCF; }
p { color: rgb(110,173,207); }
H1.HeaderClassName
{
color: #6EADCF;
}
.AnyTagClassName
{
color: #6EADCF;
}
</style>
background-color css
<style>
a { background-color: #6EADCF; }
a { background-color: rgb(110,173,207); }
div.DivClassName
{
background-color: #6EADCF;
}
.BgClassName
{
background-color: #6EADCF;
}
</style>
border-color css
<style>
span { border-color: #6EADCF; }
span { border-color: rgb(110,173,207); }
td.TdClassName
{
border-color: #6EADCF;
}
.TagClassName
{
border-color: #6EADCF;
}
</style>