Shades of Malibu #6DBBE0
Tints of Malibu #6DBBE0
RGB
CMYK
RGB Variations
Color information
#6DBBE0 (or 0x6DBBE0) is known color: Malibu. HEX triplet: 6D, BB and E0. RGB value is (109,187,224). Sum of RGB (Red+Green+Blue) = 109+187+224=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBE0 is #92441F. Grayscale: #A7A7A7. Windows color (decimal): -9585696 or 14728045. OLE color: 14728045.
HSL color Cylindrical-coordinate representation of color #6DBBE0: hue angle of 199.3º 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 #6DBBE0 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 187 | 224 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.12 |
| HSL | 199.3º | 0.65% | 0.65% | - |
| HSV(B) | 199.3º | 0.51% | 0.88% | - |
| XYZ | 37.53 | 44.17 | 77.07 | - |
| YUV | 167.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 224 | 0.51 | 0.17 | 0 | 0.12 | 199.3 | 0.65 | 0.65 |
| Hex | 6D | BB | E0 | 33 | 11 | 0 | C | C7 | 41 | 41 |
| Octal | 155 | 273 | 340 | 63 | 21 | 0 | 14 | 307 | 101 | 101 |
| Binary | 1101101 | 10111011 | 11100000 | 110011 | 10001 | 0 | 1100 | 11000111 | 1000001 | 1000001 |
Color Harmonies of #6DBBE0
Complementary color
Monochromatic Colors of #6DBBE0
Black with #6DBBE0
Text Example
Text Example
White with #6DBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBE0; }
p { color: rgb(109,187,224); }
H1.HeaderClassName
{
color: #6DBBE0;
}
.AnyTagClassName
{
color: #6DBBE0;
}
</style>
background-color css
<style>
a { background-color: #6DBBE0; }
a { background-color: rgb(109,187,224); }
div.DivClassName
{
background-color: #6DBBE0;
}
.BgClassName
{
background-color: #6DBBE0;
}
</style>
border-color css
<style>
span { border-color: #6DBBE0; }
span { border-color: rgb(109,187,224); }
td.TdClassName
{
border-color: #6DBBE0;
}
.TagClassName
{
border-color: #6DBBE0;
}
</style>