Shades of Malibu #6EBBE0
Tints of Malibu #6EBBE0
RGB
CMYK
RGB Variations
Color information
#6EBBE0 (or 0x6EBBE0) is known color: Malibu. HEX triplet: 6E, BB and E0. RGB value is (110,187,224). Sum of RGB (Red+Green+Blue) = 110+187+224=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #6EBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBE0 is #91441F. Grayscale: #A7A7A7. Windows color (decimal): -9520160 or 14728046. OLE color: 14728046.
HSL color Cylindrical-coordinate representation of color #6EBBE0: hue angle of 199.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EBBE0 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 187 | 224 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.12 |
| HSL | 199.47º | 0.65% | 0.65% | - |
| HSV(B) | 199.47º | 0.51% | 0.88% | - |
| XYZ | 37.66 | 44.24 | 77.08 | - |
| YUV | 168.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 224 | 0.51 | 0.17 | 0 | 0.12 | 199.47 | 0.65 | 0.65 |
| Hex | 6E | BB | E0 | 33 | 11 | 0 | C | C7 | 41 | 41 |
| Octal | 156 | 273 | 340 | 63 | 21 | 0 | 14 | 307 | 101 | 101 |
| Binary | 1101110 | 10111011 | 11100000 | 110011 | 10001 | 0 | 1100 | 11000111 | 1000001 | 1000001 |
Color Harmonies of #6EBBE0
Complementary color
Monochromatic Colors of #6EBBE0
Black with #6EBBE0
Text Example
Text Example
White with #6EBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBE0; }
p { color: rgb(110,187,224); }
H1.HeaderClassName
{
color: #6EBBE0;
}
.AnyTagClassName
{
color: #6EBBE0;
}
</style>
background-color css
<style>
a { background-color: #6EBBE0; }
a { background-color: rgb(110,187,224); }
div.DivClassName
{
background-color: #6EBBE0;
}
.BgClassName
{
background-color: #6EBBE0;
}
</style>
border-color css
<style>
span { border-color: #6EBBE0; }
span { border-color: rgb(110,187,224); }
td.TdClassName
{
border-color: #6EBBE0;
}
.TagClassName
{
border-color: #6EBBE0;
}
</style>