Shades of Seagull #6EBDCB
Tints of Seagull #6EBDCB
RGB
CMYK
RGB Variations
Color information
#6EBDCB (or 0x6EBDCB) is known color: Seagull. HEX triplet: 6E, BD and CB. RGB value is (110,189,203). Sum of RGB (Red+Green+Blue) = 110+189+203=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDCB is #914234. Grayscale: #A6A6A6. Windows color (decimal): -9519669 or 13352302. OLE color: 13352302.
HSL color Cylindrical-coordinate representation of color #6EBDCB: hue angle of 189.03º 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 #6EBDCB is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 189 | 203 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.20 |
| HSL | 189.03º | 0.47% | 0.61% | - |
| HSV(B) | 189.03º | 0.46% | 0.8% | - |
| XYZ | 35.41 | 44.02 | 63.13 | - |
| YUV | 166.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 203 | 0.46 | 0.07 | 0 | 0.20 | 189.03 | 0.47 | 0.61 |
| Hex | 6E | BD | CB | 2E | 7 | 0 | 14 | BD | 2F | 3D |
| Octal | 156 | 275 | 313 | 56 | 7 | 0 | 24 | 275 | 57 | 75 |
| Binary | 1101110 | 10111101 | 11001011 | 101110 | 111 | 0 | 10100 | 10111101 | 101111 | 111101 |
Color Harmonies of #6EBDCB
Complementary color
Monochromatic Colors of #6EBDCB
Black with #6EBDCB
Text Example
Text Example
White with #6EBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDCB; }
p { color: rgb(110,189,203); }
H1.HeaderClassName
{
color: #6EBDCB;
}
.AnyTagClassName
{
color: #6EBDCB;
}
</style>
background-color css
<style>
a { background-color: #6EBDCB; }
a { background-color: rgb(110,189,203); }
div.DivClassName
{
background-color: #6EBDCB;
}
.BgClassName
{
background-color: #6EBDCB;
}
</style>
border-color css
<style>
span { border-color: #6EBDCB; }
span { border-color: rgb(110,189,203); }
td.TdClassName
{
border-color: #6EBDCB;
}
.TagClassName
{
border-color: #6EBDCB;
}
</style>