Shades of Malibu #6DBADC
Tints of Malibu #6DBADC
RGB
CMYK
RGB Variations
Color information
#6DBADC (or 0x6DBADC) is known color: Malibu. HEX triplet: 6D, BA and DC. RGB value is (109,186,220). Sum of RGB (Red+Green+Blue) = 109+186+220=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBADC is #924523. Grayscale: #A6A6A6. Windows color (decimal): -9585956 or 14465645. OLE color: 14465645.
HSL color Cylindrical-coordinate representation of color #6DBADC: hue angle of 198.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBADC is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 186 | 220 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.14 |
| HSL | 198.38º | 0.61% | 0.65% | - |
| HSV(B) | 198.38º | 0.5% | 0.86% | - |
| XYZ | 36.78 | 43.54 | 74.17 | - |
| YUV | 166.85 | 157.99 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 220 | 0.50 | 0.15 | 0 | 0.14 | 198.38 | 0.61 | 0.65 |
| Hex | 6D | BA | DC | 32 | F | 0 | E | C6 | 3D | 41 |
| Octal | 155 | 272 | 334 | 62 | 17 | 0 | 16 | 306 | 75 | 101 |
| Binary | 1101101 | 10111010 | 11011100 | 110010 | 1111 | 0 | 1110 | 11000110 | 111101 | 1000001 |
Color Harmonies of #6DBADC
Complementary color
Monochromatic Colors of #6DBADC
Black with #6DBADC
Text Example
Text Example
White with #6DBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBADC; }
p { color: rgb(109,186,220); }
H1.HeaderClassName
{
color: #6DBADC;
}
.AnyTagClassName
{
color: #6DBADC;
}
</style>
background-color css
<style>
a { background-color: #6DBADC; }
a { background-color: rgb(109,186,220); }
div.DivClassName
{
background-color: #6DBADC;
}
.BgClassName
{
background-color: #6DBADC;
}
</style>
border-color css
<style>
span { border-color: #6DBADC; }
span { border-color: rgb(109,186,220); }
td.TdClassName
{
border-color: #6DBADC;
}
.TagClassName
{
border-color: #6DBADC;
}
</style>