Shades of Seagull #6EBCD5
Tints of Seagull #6EBCD5
RGB
CMYK
RGB Variations
Color information
#6EBCD5 (or 0x6EBCD5) is known color: Seagull. HEX triplet: 6E, BC and D5. RGB value is (110,188,213). Sum of RGB (Red+Green+Blue) = 110+188+213=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #6EBCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCD5 is #91432A. Grayscale: #A7A7A7. Windows color (decimal): -9519915 or 14007406. OLE color: 14007406.
HSL color Cylindrical-coordinate representation of color #6EBCD5: hue angle of 194.56º 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 #6EBCD5 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 188 | 213 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.16 |
| HSL | 194.56º | 0.55% | 0.63% | - |
| HSV(B) | 194.56º | 0.48% | 0.84% | - |
| XYZ | 36.42 | 44.09 | 69.54 | - |
| YUV | 167.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 213 | 0.48 | 0.12 | 0 | 0.16 | 194.56 | 0.55 | 0.63 |
| Hex | 6E | BC | D5 | 30 | C | 0 | 10 | C3 | 37 | 3F |
| Octal | 156 | 274 | 325 | 60 | 14 | 0 | 20 | 303 | 67 | 77 |
| Binary | 1101110 | 10111100 | 11010101 | 110000 | 1100 | 0 | 10000 | 11000011 | 110111 | 111111 |
Color Harmonies of #6EBCD5
Complementary color
Monochromatic Colors of #6EBCD5
Black with #6EBCD5
Text Example
Text Example
White with #6EBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCD5; }
p { color: rgb(110,188,213); }
H1.HeaderClassName
{
color: #6EBCD5;
}
.AnyTagClassName
{
color: #6EBCD5;
}
</style>
background-color css
<style>
a { background-color: #6EBCD5; }
a { background-color: rgb(110,188,213); }
div.DivClassName
{
background-color: #6EBCD5;
}
.BgClassName
{
background-color: #6EBCD5;
}
</style>
border-color css
<style>
span { border-color: #6EBCD5; }
span { border-color: rgb(110,188,213); }
td.TdClassName
{
border-color: #6EBCD5;
}
.TagClassName
{
border-color: #6EBCD5;
}
</style>