Shades of Malibu #64A8DD
Tints of Malibu #64A8DD
RGB
CMYK
RGB Variations
Color information
#64A8DD (or 0x64A8DD) is known color: Malibu. HEX triplet: 64, A8 and DD. RGB value is (100,168,221). Sum of RGB (Red+Green+Blue) = 100+168+221=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #64A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A8DD is #9B5722. Grayscale: #999999. Windows color (decimal): -10180387 or 14526564. OLE color: 14526564.
HSL color Cylindrical-coordinate representation of color #64A8DD: hue angle of 206.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A8DD is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 168 | 221 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.13 |
| HSL | 206.28º | 0.64% | 0.63% | - |
| HSV(B) | 206.28º | 0.55% | 0.87% | - |
| XYZ | 32.31 | 35.94 | 73.64 | - |
| YUV | 153.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 221 | 0.55 | 0.24 | 0 | 0.13 | 206.28 | 0.64 | 0.63 |
| Hex | 64 | A8 | DD | 37 | 18 | 0 | D | CE | 40 | 3F |
| Octal | 144 | 250 | 335 | 67 | 30 | 0 | 15 | 316 | 100 | 77 |
| Binary | 1100100 | 10101000 | 11011101 | 110111 | 11000 | 0 | 1101 | 11001110 | 1000000 | 111111 |
Color Harmonies of #64A8DD
Complementary color
Monochromatic Colors of #64A8DD
Black with #64A8DD
Text Example
Text Example
White with #64A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8DD; }
p { color: rgb(100,168,221); }
H1.HeaderClassName
{
color: #64A8DD;
}
.AnyTagClassName
{
color: #64A8DD;
}
</style>
background-color css
<style>
a { background-color: #64A8DD; }
a { background-color: rgb(100,168,221); }
div.DivClassName
{
background-color: #64A8DD;
}
.BgClassName
{
background-color: #64A8DD;
}
</style>
border-color css
<style>
span { border-color: #64A8DD; }
span { border-color: rgb(100,168,221); }
td.TdClassName
{
border-color: #64A8DD;
}
.TagClassName
{
border-color: #64A8DD;
}
</style>