Shades of Malibu #6DBBE8
Tints of Malibu #6DBBE8
RGB
CMYK
RGB Variations
Color information
#6DBBE8 (or 0x6DBBE8) is known color: Malibu. HEX triplet: 6D, BB and E8. RGB value is (109,187,232). Sum of RGB (Red+Green+Blue) = 109+187+232=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #6DBBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBBE8 is #924417. Grayscale: #A8A8A8. Windows color (decimal): -9585688 or 15252333. OLE color: 15252333.
HSL color Cylindrical-coordinate representation of color #6DBBE8: hue angle of 201.95º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DBBE8 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 187 | 232 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.09 |
| HSL | 201.95º | 0.73% | 0.67% | - |
| HSV(B) | 201.95º | 0.53% | 0.91% | - |
| XYZ | 38.64 | 44.62 | 82.92 | - |
| YUV | 168.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 232 | 0.53 | 0.19 | 0 | 0.09 | 201.95 | 0.73 | 0.67 |
| Hex | 6D | BB | E8 | 35 | 13 | 0 | 9 | CA | 49 | 43 |
| Octal | 155 | 273 | 350 | 65 | 23 | 0 | 11 | 312 | 111 | 103 |
| Binary | 1101101 | 10111011 | 11101000 | 110101 | 10011 | 0 | 1001 | 11001010 | 1001001 | 1000011 |
Color Harmonies of #6DBBE8
Complementary color
Monochromatic Colors of #6DBBE8
Black with #6DBBE8
Text Example
Text Example
White with #6DBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBE8; }
p { color: rgb(109,187,232); }
H1.HeaderClassName
{
color: #6DBBE8;
}
.AnyTagClassName
{
color: #6DBBE8;
}
</style>
background-color css
<style>
a { background-color: #6DBBE8; }
a { background-color: rgb(109,187,232); }
div.DivClassName
{
background-color: #6DBBE8;
}
.BgClassName
{
background-color: #6DBBE8;
}
</style>
border-color css
<style>
span { border-color: #6DBBE8; }
span { border-color: rgb(109,187,232); }
td.TdClassName
{
border-color: #6DBBE8;
}
.TagClassName
{
border-color: #6DBBE8;
}
</style>