Shades of Malibu #6EBCDA
Tints of Malibu #6EBCDA
RGB
CMYK
RGB Variations
Color information
#6EBCDA (or 0x6EBCDA) is known color: Malibu. HEX triplet: 6E, BC and DA. RGB value is (110,188,218). Sum of RGB (Red+Green+Blue) = 110+188+218=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EBCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCDA is #914325. Grayscale: #A7A7A7. Windows color (decimal): -9519910 or 14335086. OLE color: 14335086.
HSL color Cylindrical-coordinate representation of color #6EBCDA: hue angle of 196.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBCDA is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 188 | 218 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.15 |
| HSL | 196.67º | 0.59% | 0.64% | - |
| HSV(B) | 196.67º | 0.5% | 0.85% | - |
| XYZ | 37.07 | 44.34 | 72.94 | - |
| YUV | 168.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 218 | 0.50 | 0.14 | 0 | 0.15 | 196.67 | 0.59 | 0.64 |
| Hex | 6E | BC | DA | 32 | E | 0 | F | C5 | 3B | 40 |
| Octal | 156 | 274 | 332 | 62 | 16 | 0 | 17 | 305 | 73 | 100 |
| Binary | 1101110 | 10111100 | 11011010 | 110010 | 1110 | 0 | 1111 | 11000101 | 111011 | 1000000 |
Color Harmonies of #6EBCDA
Complementary color
Monochromatic Colors of #6EBCDA
Black with #6EBCDA
Text Example
Text Example
White with #6EBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCDA; }
p { color: rgb(110,188,218); }
H1.HeaderClassName
{
color: #6EBCDA;
}
.AnyTagClassName
{
color: #6EBCDA;
}
</style>
background-color css
<style>
a { background-color: #6EBCDA; }
a { background-color: rgb(110,188,218); }
div.DivClassName
{
background-color: #6EBCDA;
}
.BgClassName
{
background-color: #6EBCDA;
}
</style>
border-color css
<style>
span { border-color: #6EBCDA; }
span { border-color: rgb(110,188,218); }
td.TdClassName
{
border-color: #6EBCDA;
}
.TagClassName
{
border-color: #6EBCDA;
}
</style>