Shades of Malibu #6EBADB
Tints of Malibu #6EBADB
RGB
CMYK
RGB Variations
Color information
#6EBADB (or 0x6EBADB) is known color: Malibu. HEX triplet: 6E, BA and DB. RGB value is (110,186,219). Sum of RGB (Red+Green+Blue) = 110+186+219=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBADB is #914524. Grayscale: #A6A6A6. Windows color (decimal): -9520421 or 14400110. OLE color: 14400110.
HSL color Cylindrical-coordinate representation of color #6EBADB: hue angle of 198.17º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBADB is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 186 | 219 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.14 |
| HSL | 198.17º | 0.6% | 0.65% | - |
| HSV(B) | 198.17º | 0.5% | 0.86% | - |
| XYZ | 36.78 | 43.55 | 73.49 | - |
| YUV | 167.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 219 | 0.50 | 0.15 | 0 | 0.14 | 198.17 | 0.6 | 0.65 |
| Hex | 6E | BA | DB | 32 | F | 0 | E | C6 | 3C | 41 |
| Octal | 156 | 272 | 333 | 62 | 17 | 0 | 16 | 306 | 74 | 101 |
| Binary | 1101110 | 10111010 | 11011011 | 110010 | 1111 | 0 | 1110 | 11000110 | 111100 | 1000001 |
Color Harmonies of #6EBADB
Complementary color
Monochromatic Colors of #6EBADB
Black with #6EBADB
Text Example
Text Example
White with #6EBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBADB; }
p { color: rgb(110,186,219); }
H1.HeaderClassName
{
color: #6EBADB;
}
.AnyTagClassName
{
color: #6EBADB;
}
</style>
background-color css
<style>
a { background-color: #6EBADB; }
a { background-color: rgb(110,186,219); }
div.DivClassName
{
background-color: #6EBADB;
}
.BgClassName
{
background-color: #6EBADB;
}
</style>
border-color css
<style>
span { border-color: #6EBADB; }
span { border-color: rgb(110,186,219); }
td.TdClassName
{
border-color: #6EBADB;
}
.TagClassName
{
border-color: #6EBADB;
}
</style>