Shades of Seagull #6EBED7
Tints of Seagull #6EBED7
RGB
CMYK
RGB Variations
Color information
#6EBED7 (or 0x6EBED7) is known color: Seagull. HEX triplet: 6E, BE and D7. RGB value is (110,190,215). Sum of RGB (Red+Green+Blue) = 110+190+215=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #6EBED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBED7 is #914128. Grayscale: #A8A8A8. Windows color (decimal): -9519401 or 14138990. OLE color: 14138990.
HSL color Cylindrical-coordinate representation of color #6EBED7: hue angle of 194.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EBED7 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 190 | 215 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.16 |
| HSL | 194.29º | 0.57% | 0.64% | - |
| HSV(B) | 194.29º | 0.49% | 0.84% | - |
| XYZ | 37.11 | 45.05 | 71.03 | - |
| YUV | 168.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 215 | 0.49 | 0.12 | 0 | 0.16 | 194.29 | 0.57 | 0.64 |
| Hex | 6E | BE | D7 | 31 | C | 0 | 10 | C2 | 39 | 40 |
| Octal | 156 | 276 | 327 | 61 | 14 | 0 | 20 | 302 | 71 | 100 |
| Binary | 1101110 | 10111110 | 11010111 | 110001 | 1100 | 0 | 10000 | 11000010 | 111001 | 1000000 |
Color Harmonies of #6EBED7
Complementary color
Monochromatic Colors of #6EBED7
Black with #6EBED7
Text Example
Text Example
White with #6EBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBED7; }
p { color: rgb(110,190,215); }
H1.HeaderClassName
{
color: #6EBED7;
}
.AnyTagClassName
{
color: #6EBED7;
}
</style>
background-color css
<style>
a { background-color: #6EBED7; }
a { background-color: rgb(110,190,215); }
div.DivClassName
{
background-color: #6EBED7;
}
.BgClassName
{
background-color: #6EBED7;
}
</style>
border-color css
<style>
span { border-color: #6EBED7; }
span { border-color: rgb(110,190,215); }
td.TdClassName
{
border-color: #6EBED7;
}
.TagClassName
{
border-color: #6EBED7;
}
</style>