Shades of Malibu #6DACD6
Tints of Malibu #6DACD6
RGB
CMYK
RGB Variations
Color information
#6DACD6 (or 0x6DACD6) is known color: Malibu. HEX triplet: 6D, AC and D6. RGB value is (109,172,214). Sum of RGB (Red+Green+Blue) = 109+172+214=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #6DACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACD6 is #925329. Grayscale: #9D9D9D. Windows color (decimal): -9589546 or 14068845. OLE color: 14068845.
HSL color Cylindrical-coordinate representation of color #6DACD6: hue angle of 204º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DACD6 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 172 | 214 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.16 |
| HSL | 204º | 0.56% | 0.63% | - |
| HSV(B) | 204º | 0.49% | 0.84% | - |
| XYZ | 33.2 | 37.61 | 69.13 | - |
| YUV | 157.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 214 | 0.49 | 0.20 | 0 | 0.16 | 204 | 0.56 | 0.63 |
| Hex | 6D | AC | D6 | 31 | 14 | 0 | 10 | CC | 38 | 3F |
| Octal | 155 | 254 | 326 | 61 | 24 | 0 | 20 | 314 | 70 | 77 |
| Binary | 1101101 | 10101100 | 11010110 | 110001 | 10100 | 0 | 10000 | 11001100 | 111000 | 111111 |
Color Harmonies of #6DACD6
Complementary color
Monochromatic Colors of #6DACD6
Black with #6DACD6
Text Example
Text Example
White with #6DACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACD6; }
p { color: rgb(109,172,214); }
H1.HeaderClassName
{
color: #6DACD6;
}
.AnyTagClassName
{
color: #6DACD6;
}
</style>
background-color css
<style>
a { background-color: #6DACD6; }
a { background-color: rgb(109,172,214); }
div.DivClassName
{
background-color: #6DACD6;
}
.BgClassName
{
background-color: #6DACD6;
}
</style>
border-color css
<style>
span { border-color: #6DACD6; }
span { border-color: rgb(109,172,214); }
td.TdClassName
{
border-color: #6DACD6;
}
.TagClassName
{
border-color: #6DACD6;
}
</style>