Shades of Malibu #6CACDE
Tints of Malibu #6CACDE
RGB
CMYK
RGB Variations
Color information
#6CACDE (or 0x6CACDE) is known color: Malibu. HEX triplet: 6C, AC and DE. RGB value is (108,172,222). Sum of RGB (Red+Green+Blue) = 108+172+222=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #6CACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACDE is #935321. Grayscale: #9E9E9E. Windows color (decimal): -9655074 or 14593132. OLE color: 14593132.
HSL color Cylindrical-coordinate representation of color #6CACDE: hue angle of 206.32º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CACDE is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 172 | 222 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.13 |
| HSL | 206.32º | 0.63% | 0.65% | - |
| HSV(B) | 206.32º | 0.51% | 0.87% | - |
| XYZ | 34.12 | 37.97 | 74.64 | - |
| YUV | 158.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 222 | 0.51 | 0.23 | 0 | 0.13 | 206.32 | 0.63 | 0.65 |
| Hex | 6C | AC | DE | 33 | 17 | 0 | D | CE | 3F | 41 |
| Octal | 154 | 254 | 336 | 63 | 27 | 0 | 15 | 316 | 77 | 101 |
| Binary | 1101100 | 10101100 | 11011110 | 110011 | 10111 | 0 | 1101 | 11001110 | 111111 | 1000001 |
Color Harmonies of #6CACDE
Complementary color
Monochromatic Colors of #6CACDE
Black with #6CACDE
Text Example
Text Example
White with #6CACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACDE; }
p { color: rgb(108,172,222); }
H1.HeaderClassName
{
color: #6CACDE;
}
.AnyTagClassName
{
color: #6CACDE;
}
</style>
background-color css
<style>
a { background-color: #6CACDE; }
a { background-color: rgb(108,172,222); }
div.DivClassName
{
background-color: #6CACDE;
}
.BgClassName
{
background-color: #6CACDE;
}
</style>
border-color css
<style>
span { border-color: #6CACDE; }
span { border-color: rgb(108,172,222); }
td.TdClassName
{
border-color: #6CACDE;
}
.TagClassName
{
border-color: #6CACDE;
}
</style>