Shades of Malibu #6DBBE1
Tints of Malibu #6DBBE1
RGB
CMYK
RGB Variations
Color information
#6DBBE1 (or 0x6DBBE1) is known color: Malibu. HEX triplet: 6D, BB and E1. RGB value is (109,187,225). Sum of RGB (Red+Green+Blue) = 109+187+225=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DBBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBE1 is #92441E. Grayscale: #A7A7A7. Windows color (decimal): -9585695 or 14793581. OLE color: 14793581.
HSL color Cylindrical-coordinate representation of color #6DBBE1: hue angle of 199.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBBE1 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 187 | 225 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.12 |
| HSL | 199.66º | 0.66% | 0.65% | - |
| HSV(B) | 199.66º | 0.52% | 0.88% | - |
| XYZ | 37.67 | 44.23 | 77.79 | - |
| YUV | 168.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 225 | 0.52 | 0.17 | 0 | 0.12 | 199.66 | 0.66 | 0.65 |
| Hex | 6D | BB | E1 | 34 | 11 | 0 | C | C8 | 42 | 41 |
| Octal | 155 | 273 | 341 | 64 | 21 | 0 | 14 | 310 | 102 | 101 |
| Binary | 1101101 | 10111011 | 11100001 | 110100 | 10001 | 0 | 1100 | 11001000 | 1000010 | 1000001 |
Color Harmonies of #6DBBE1
Complementary color
Monochromatic Colors of #6DBBE1
Black with #6DBBE1
Text Example
Text Example
White with #6DBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBE1; }
p { color: rgb(109,187,225); }
H1.HeaderClassName
{
color: #6DBBE1;
}
.AnyTagClassName
{
color: #6DBBE1;
}
</style>
background-color css
<style>
a { background-color: #6DBBE1; }
a { background-color: rgb(109,187,225); }
div.DivClassName
{
background-color: #6DBBE1;
}
.BgClassName
{
background-color: #6DBBE1;
}
</style>
border-color css
<style>
span { border-color: #6DBBE1; }
span { border-color: rgb(109,187,225); }
td.TdClassName
{
border-color: #6DBBE1;
}
.TagClassName
{
border-color: #6DBBE1;
}
</style>