Shades of Malibu #6DBCE8
Tints of Malibu #6DBCE8
RGB
CMYK
RGB Variations
Color information
#6DBCE8 (or 0x6DBCE8) is known color: Malibu. HEX triplet: 6D, BC and E8. RGB value is (109,188,232). Sum of RGB (Red+Green+Blue) = 109+188+232=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #6DBCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBCE8 is #924317. Grayscale: #A9A9A9. Windows color (decimal): -9585432 or 15252589. OLE color: 15252589.
HSL color Cylindrical-coordinate representation of color #6DBCE8: hue angle of 201.46º 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 #6DBCE8 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 188 | 232 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.09 |
| HSL | 201.46º | 0.73% | 0.67% | - |
| HSV(B) | 201.46º | 0.53% | 0.91% | - |
| XYZ | 38.86 | 45.04 | 82.99 | - |
| YUV | 169.4 | 163.33 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 232 | 0.53 | 0.19 | 0 | 0.09 | 201.46 | 0.73 | 0.67 |
| Hex | 6D | BC | E8 | 35 | 13 | 0 | 9 | C9 | 49 | 43 |
| Octal | 155 | 274 | 350 | 65 | 23 | 0 | 11 | 311 | 111 | 103 |
| Binary | 1101101 | 10111100 | 11101000 | 110101 | 10011 | 0 | 1001 | 11001001 | 1001001 | 1000011 |
Color Harmonies of #6DBCE8
Complementary color
Monochromatic Colors of #6DBCE8
Black with #6DBCE8
Text Example
Text Example
White with #6DBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCE8; }
p { color: rgb(109,188,232); }
H1.HeaderClassName
{
color: #6DBCE8;
}
.AnyTagClassName
{
color: #6DBCE8;
}
</style>
background-color css
<style>
a { background-color: #6DBCE8; }
a { background-color: rgb(109,188,232); }
div.DivClassName
{
background-color: #6DBCE8;
}
.BgClassName
{
background-color: #6DBCE8;
}
</style>
border-color css
<style>
span { border-color: #6DBCE8; }
span { border-color: rgb(109,188,232); }
td.TdClassName
{
border-color: #6DBCE8;
}
.TagClassName
{
border-color: #6DBCE8;
}
</style>