Shades of Malibu #6DBAE8
Tints of Malibu #6DBAE8
RGB
CMYK
RGB Variations
Color information
#6DBAE8 (or 0x6DBAE8) is known color: Malibu. HEX triplet: 6D, BA and E8. RGB value is (109,186,232). Sum of RGB (Red+Green+Blue) = 109+186+232=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #6DBAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAE8 is #924517. Grayscale: #A7A7A7. Windows color (decimal): -9585944 or 15252077. OLE color: 15252077.
HSL color Cylindrical-coordinate representation of color #6DBAE8: hue angle of 202.44º 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 #6DBAE8 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 186 | 232 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.09 |
| HSL | 202.44º | 0.73% | 0.67% | - |
| HSV(B) | 202.44º | 0.53% | 0.91% | - |
| XYZ | 38.43 | 44.2 | 82.85 | - |
| YUV | 168.22 | 163.99 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 232 | 0.53 | 0.20 | 0 | 0.09 | 202.44 | 0.73 | 0.67 |
| Hex | 6D | BA | E8 | 35 | 14 | 0 | 9 | CA | 49 | 43 |
| Octal | 155 | 272 | 350 | 65 | 24 | 0 | 11 | 312 | 111 | 103 |
| Binary | 1101101 | 10111010 | 11101000 | 110101 | 10100 | 0 | 1001 | 11001010 | 1001001 | 1000011 |
Color Harmonies of #6DBAE8
Complementary color
Monochromatic Colors of #6DBAE8
Black with #6DBAE8
Text Example
Text Example
White with #6DBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAE8; }
p { color: rgb(109,186,232); }
H1.HeaderClassName
{
color: #6DBAE8;
}
.AnyTagClassName
{
color: #6DBAE8;
}
</style>
background-color css
<style>
a { background-color: #6DBAE8; }
a { background-color: rgb(109,186,232); }
div.DivClassName
{
background-color: #6DBAE8;
}
.BgClassName
{
background-color: #6DBAE8;
}
</style>
border-color css
<style>
span { border-color: #6DBAE8; }
span { border-color: rgb(109,186,232); }
td.TdClassName
{
border-color: #6DBAE8;
}
.TagClassName
{
border-color: #6DBAE8;
}
</style>