Shades of Seagull #6EBACD
Tints of Seagull #6EBACD
RGB
CMYK
RGB Variations
Color information
#6EBACD (or 0x6EBACD) is known color: Seagull. HEX triplet: 6E, BA and CD. RGB value is (110,186,205). Sum of RGB (Red+Green+Blue) = 110+186+205=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBACD is #914532. Grayscale: #A5A5A5. Windows color (decimal): -9520435 or 13482606. OLE color: 13482606.
HSL color Cylindrical-coordinate representation of color #6EBACD: hue angle of 192º 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 #6EBACD is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 186 | 205 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.20 |
| HSL | 192º | 0.49% | 0.62% | - |
| HSV(B) | 192º | 0.46% | 0.8% | - |
| XYZ | 35.01 | 42.84 | 64.18 | - |
| YUV | 165.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 205 | 0.46 | 0.09 | 0 | 0.20 | 192 | 0.49 | 0.62 |
| Hex | 6E | BA | CD | 2E | 9 | 0 | 14 | C0 | 31 | 3E |
| Octal | 156 | 272 | 315 | 56 | 11 | 0 | 24 | 300 | 61 | 76 |
| Binary | 1101110 | 10111010 | 11001101 | 101110 | 1001 | 0 | 10100 | 11000000 | 110001 | 111110 |
Color Harmonies of #6EBACD
Complementary color
Monochromatic Colors of #6EBACD
Black with #6EBACD
Text Example
Text Example
White with #6EBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBACD; }
p { color: rgb(110,186,205); }
H1.HeaderClassName
{
color: #6EBACD;
}
.AnyTagClassName
{
color: #6EBACD;
}
</style>
background-color css
<style>
a { background-color: #6EBACD; }
a { background-color: rgb(110,186,205); }
div.DivClassName
{
background-color: #6EBACD;
}
.BgClassName
{
background-color: #6EBACD;
}
</style>
border-color css
<style>
span { border-color: #6EBACD; }
span { border-color: rgb(110,186,205); }
td.TdClassName
{
border-color: #6EBACD;
}
.TagClassName
{
border-color: #6EBACD;
}
</style>