Shades of Malibu #64B6D0
Tints of Malibu #64B6D0
RGB
CMYK
RGB Variations
Color information
#64B6D0 (or 0x64B6D0) is known color: Malibu. HEX triplet: 64, B6 and D0. RGB value is (100,182,208). Sum of RGB (Red+Green+Blue) = 100+182+208=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #64B6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B6D0 is #9B492F. Grayscale: #A0A0A0. Windows color (decimal): -10176816 or 13678180. OLE color: 13678180.
HSL color Cylindrical-coordinate representation of color #64B6D0: hue angle of 194.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64B6D0 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 182 | 208 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.18 |
| HSL | 194.44º | 0.53% | 0.6% | - |
| HSV(B) | 194.44º | 0.52% | 0.82% | - |
| XYZ | 33.37 | 40.72 | 65.78 | - |
| YUV | 160.45 | 154.83 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 208 | 0.52 | 0.12 | 0 | 0.18 | 194.44 | 0.53 | 0.6 |
| Hex | 64 | B6 | D0 | 34 | C | 0 | 12 | C2 | 35 | 3C |
| Octal | 144 | 266 | 320 | 64 | 14 | 0 | 22 | 302 | 65 | 74 |
| Binary | 1100100 | 10110110 | 11010000 | 110100 | 1100 | 0 | 10010 | 11000010 | 110101 | 111100 |
Color Harmonies of #64B6D0
Complementary color
Monochromatic Colors of #64B6D0
Black with #64B6D0
Text Example
Text Example
White with #64B6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B6D0; }
p { color: rgb(100,182,208); }
H1.HeaderClassName
{
color: #64B6D0;
}
.AnyTagClassName
{
color: #64B6D0;
}
</style>
background-color css
<style>
a { background-color: #64B6D0; }
a { background-color: rgb(100,182,208); }
div.DivClassName
{
background-color: #64B6D0;
}
.BgClassName
{
background-color: #64B6D0;
}
</style>
border-color css
<style>
span { border-color: #64B6D0; }
span { border-color: rgb(100,182,208); }
td.TdClassName
{
border-color: #64B6D0;
}
.TagClassName
{
border-color: #64B6D0;
}
</style>