Shades of Malibu #6DACDB
Tints of Malibu #6DACDB
RGB
CMYK
RGB Variations
Color information
#6DACDB (or 0x6DACDB) is known color: Malibu. HEX triplet: 6D, AC and DB. RGB value is (109,172,219). Sum of RGB (Red+Green+Blue) = 109+172+219=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACDB is #925324. Grayscale: #9E9E9E. Windows color (decimal): -9589541 or 14396525. OLE color: 14396525.
HSL color Cylindrical-coordinate representation of color #6DACDB: hue angle of 205.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DACDB is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 172 | 219 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.14 |
| HSL | 205.64º | 0.6% | 0.64% | - |
| HSV(B) | 205.64º | 0.5% | 0.86% | - |
| XYZ | 33.85 | 37.87 | 72.54 | - |
| YUV | 158.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 219 | 0.50 | 0.21 | 0 | 0.14 | 205.64 | 0.6 | 0.64 |
| Hex | 6D | AC | DB | 32 | 15 | 0 | E | CE | 3C | 40 |
| Octal | 155 | 254 | 333 | 62 | 25 | 0 | 16 | 316 | 74 | 100 |
| Binary | 1101101 | 10101100 | 11011011 | 110010 | 10101 | 0 | 1110 | 11001110 | 111100 | 1000000 |
Color Harmonies of #6DACDB
Complementary color
Monochromatic Colors of #6DACDB
Black with #6DACDB
Text Example
Text Example
White with #6DACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACDB; }
p { color: rgb(109,172,219); }
H1.HeaderClassName
{
color: #6DACDB;
}
.AnyTagClassName
{
color: #6DACDB;
}
</style>
background-color css
<style>
a { background-color: #6DACDB; }
a { background-color: rgb(109,172,219); }
div.DivClassName
{
background-color: #6DACDB;
}
.BgClassName
{
background-color: #6DACDB;
}
</style>
border-color css
<style>
span { border-color: #6DACDB; }
span { border-color: rgb(109,172,219); }
td.TdClassName
{
border-color: #6DACDB;
}
.TagClassName
{
border-color: #6DACDB;
}
</style>