Shades of Seagull #6EBECE
Tints of Seagull #6EBECE
RGB
CMYK
RGB Variations
Color information
#6EBECE (or 0x6EBECE) is known color: Seagull. HEX triplet: 6E, BE and CE. RGB value is (110,190,206). Sum of RGB (Red+Green+Blue) = 110+190+206=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBECE is #914131. Grayscale: #A7A7A7. Windows color (decimal): -9519410 or 13549166. OLE color: 13549166.
HSL color Cylindrical-coordinate representation of color #6EBECE: hue angle of 190º degrees, saturation: 0.49, 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 #6EBECE is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 190 | 206 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.19 |
| HSL | 190º | 0.49% | 0.62% | - |
| HSV(B) | 190º | 0.47% | 0.81% | - |
| XYZ | 35.98 | 44.6 | 65.1 | - |
| YUV | 167.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 206 | 0.47 | 0.08 | 0 | 0.19 | 190 | 0.49 | 0.62 |
| Hex | 6E | BE | CE | 2F | 8 | 0 | 13 | BE | 31 | 3E |
| Octal | 156 | 276 | 316 | 57 | 10 | 0 | 23 | 276 | 61 | 76 |
| Binary | 1101110 | 10111110 | 11001110 | 101111 | 1000 | 0 | 10011 | 10111110 | 110001 | 111110 |
Color Harmonies of #6EBECE
Complementary color
Monochromatic Colors of #6EBECE
Black with #6EBECE
Text Example
Text Example
White with #6EBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBECE; }
p { color: rgb(110,190,206); }
H1.HeaderClassName
{
color: #6EBECE;
}
.AnyTagClassName
{
color: #6EBECE;
}
</style>
background-color css
<style>
a { background-color: #6EBECE; }
a { background-color: rgb(110,190,206); }
div.DivClassName
{
background-color: #6EBECE;
}
.BgClassName
{
background-color: #6EBECE;
}
</style>
border-color css
<style>
span { border-color: #6EBECE; }
span { border-color: rgb(110,190,206); }
td.TdClassName
{
border-color: #6EBECE;
}
.TagClassName
{
border-color: #6EBECE;
}
</style>