Shades of Malibu #64A8E6
Tints of Malibu #64A8E6
RGB
CMYK
RGB Variations
Color information
#64A8E6 (or 0x64A8E6) is known color: Malibu. HEX triplet: 64, A8 and E6. RGB value is (100,168,230). Sum of RGB (Red+Green+Blue) = 100+168+230=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #64A8E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8E6 is #9B5719. Grayscale: #9A9A9A. Windows color (decimal): -10180378 or 15116388. OLE color: 15116388.
HSL color Cylindrical-coordinate representation of color #64A8E6: hue angle of 208.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64A8E6 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 168 | 230 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.10 |
| HSL | 208.62º | 0.72% | 0.65% | - |
| HSV(B) | 208.62º | 0.57% | 0.9% | - |
| XYZ | 33.54 | 36.43 | 80.13 | - |
| YUV | 154.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 230 | 0.57 | 0.27 | 0 | 0.10 | 208.62 | 0.72 | 0.65 |
| Hex | 64 | A8 | E6 | 39 | 1B | 0 | A | D1 | 48 | 41 |
| Octal | 144 | 250 | 346 | 71 | 33 | 0 | 12 | 321 | 110 | 101 |
| Binary | 1100100 | 10101000 | 11100110 | 111001 | 11011 | 0 | 1010 | 11010001 | 1001000 | 1000001 |
Color Harmonies of #64A8E6
Complementary color
Monochromatic Colors of #64A8E6
Black with #64A8E6
Text Example
Text Example
White with #64A8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8E6; }
p { color: rgb(100,168,230); }
H1.HeaderClassName
{
color: #64A8E6;
}
.AnyTagClassName
{
color: #64A8E6;
}
</style>
background-color css
<style>
a { background-color: #64A8E6; }
a { background-color: rgb(100,168,230); }
div.DivClassName
{
background-color: #64A8E6;
}
.BgClassName
{
background-color: #64A8E6;
}
</style>
border-color css
<style>
span { border-color: #64A8E6; }
span { border-color: rgb(100,168,230); }
td.TdClassName
{
border-color: #64A8E6;
}
.TagClassName
{
border-color: #64A8E6;
}
</style>