Shades of Seagull #6EBECB
Tints of Seagull #6EBECB
RGB
CMYK
RGB Variations
Color information
#6EBECB (or 0x6EBECB) is known color: Seagull. HEX triplet: 6E, BE and CB. RGB value is (110,190,203). Sum of RGB (Red+Green+Blue) = 110+190+203=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBECB is #914134. Grayscale: #A7A7A7. Windows color (decimal): -9519413 or 13352558. OLE color: 13352558.
HSL color Cylindrical-coordinate representation of color #6EBECB: hue angle of 188.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EBECB is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 190 | 203 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.20 |
| HSL | 188.39º | 0.47% | 0.61% | - |
| HSV(B) | 188.39º | 0.46% | 0.8% | - |
| XYZ | 35.62 | 44.45 | 63.2 | - |
| YUV | 167.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 203 | 0.46 | 0.06 | 0 | 0.20 | 188.39 | 0.47 | 0.61 |
| Hex | 6E | BE | CB | 2E | 6 | 0 | 14 | BC | 2F | 3D |
| Octal | 156 | 276 | 313 | 56 | 6 | 0 | 24 | 274 | 57 | 75 |
| Binary | 1101110 | 10111110 | 11001011 | 101110 | 110 | 0 | 10100 | 10111100 | 101111 | 111101 |
Color Harmonies of #6EBECB
Complementary color
Monochromatic Colors of #6EBECB
Black with #6EBECB
Text Example
Text Example
White with #6EBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBECB; }
p { color: rgb(110,190,203); }
H1.HeaderClassName
{
color: #6EBECB;
}
.AnyTagClassName
{
color: #6EBECB;
}
</style>
background-color css
<style>
a { background-color: #6EBECB; }
a { background-color: rgb(110,190,203); }
div.DivClassName
{
background-color: #6EBECB;
}
.BgClassName
{
background-color: #6EBECB;
}
</style>
border-color css
<style>
span { border-color: #6EBECB; }
span { border-color: rgb(110,190,203); }
td.TdClassName
{
border-color: #6EBECB;
}
.TagClassName
{
border-color: #6EBECB;
}
</style>