Shades of Malibu #64A9DF
Tints of Malibu #64A9DF
RGB
CMYK
RGB Variations
Color information
#64A9DF (or 0x64A9DF) is known color: Malibu. HEX triplet: 64, A9 and DF. RGB value is (100,169,223). Sum of RGB (Red+Green+Blue) = 100+169+223=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #64A9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9DF is #9B5620. Grayscale: #9A9A9A. Windows color (decimal): -10180129 or 14657892. OLE color: 14657892.
HSL color Cylindrical-coordinate representation of color #64A9DF: hue angle of 206.34º degrees, saturation: 0.66, 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 #64A9DF is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 169 | 223 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.13 |
| HSL | 206.34º | 0.66% | 0.63% | - |
| HSV(B) | 206.34º | 0.55% | 0.87% | - |
| XYZ | 32.76 | 36.41 | 75.11 | - |
| YUV | 154.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 223 | 0.55 | 0.24 | 0 | 0.13 | 206.34 | 0.66 | 0.63 |
| Hex | 64 | A9 | DF | 37 | 18 | 0 | D | CE | 42 | 3F |
| Octal | 144 | 251 | 337 | 67 | 30 | 0 | 15 | 316 | 102 | 77 |
| Binary | 1100100 | 10101001 | 11011111 | 110111 | 11000 | 0 | 1101 | 11001110 | 1000010 | 111111 |
Color Harmonies of #64A9DF
Complementary color
Monochromatic Colors of #64A9DF
Black with #64A9DF
Text Example
Text Example
White with #64A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A9DF; }
p { color: rgb(100,169,223); }
H1.HeaderClassName
{
color: #64A9DF;
}
.AnyTagClassName
{
color: #64A9DF;
}
</style>
background-color css
<style>
a { background-color: #64A9DF; }
a { background-color: rgb(100,169,223); }
div.DivClassName
{
background-color: #64A9DF;
}
.BgClassName
{
background-color: #64A9DF;
}
</style>
border-color css
<style>
span { border-color: #64A9DF; }
span { border-color: rgb(100,169,223); }
td.TdClassName
{
border-color: #64A9DF;
}
.TagClassName
{
border-color: #64A9DF;
}
</style>