Shades of Malibu #6EBBED
Tints of Malibu #6EBBED
RGB
CMYK
RGB Variations
Color information
#6EBBED (or 0x6EBBED) is known color: Malibu. HEX triplet: 6E, BB and ED. RGB value is (110,187,237). Sum of RGB (Red+Green+Blue) = 110+187+237=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBBED is #914412. Grayscale: #A9A9A9. Windows color (decimal): -9520147 or 15580014. OLE color: 15580014.
HSL color Cylindrical-coordinate representation of color #6EBBED: hue angle of 203.62º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EBBED is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 187 | 237 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.07 |
| HSL | 203.62º | 0.78% | 0.68% | - |
| HSV(B) | 203.62º | 0.54% | 0.93% | - |
| XYZ | 39.49 | 44.97 | 86.72 | - |
| YUV | 169.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 237 | 0.54 | 0.21 | 0 | 0.07 | 203.62 | 0.78 | 0.68 |
| Hex | 6E | BB | ED | 36 | 15 | 0 | 7 | CC | 4E | 44 |
| Octal | 156 | 273 | 355 | 66 | 25 | 0 | 7 | 314 | 116 | 104 |
| Binary | 1101110 | 10111011 | 11101101 | 110110 | 10101 | 0 | 111 | 11001100 | 1001110 | 1000100 |
Color Harmonies of #6EBBED
Complementary color
Monochromatic Colors of #6EBBED
Black with #6EBBED
Text Example
Text Example
White with #6EBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBED; }
p { color: rgb(110,187,237); }
H1.HeaderClassName
{
color: #6EBBED;
}
.AnyTagClassName
{
color: #6EBBED;
}
</style>
background-color css
<style>
a { background-color: #6EBBED; }
a { background-color: rgb(110,187,237); }
div.DivClassName
{
background-color: #6EBBED;
}
.BgClassName
{
background-color: #6EBBED;
}
</style>
border-color css
<style>
span { border-color: #6EBBED; }
span { border-color: rgb(110,187,237); }
td.TdClassName
{
border-color: #6EBBED;
}
.TagClassName
{
border-color: #6EBBED;
}
</style>