Shades of Malibu #64A9DB
Tints of Malibu #64A9DB
RGB
CMYK
RGB Variations
Color information
#64A9DB (or 0x64A9DB) is known color: Malibu. HEX triplet: 64, A9 and DB. RGB value is (100,169,219). Sum of RGB (Red+Green+Blue) = 100+169+219=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #64A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9DB is #9B5624. Grayscale: #999999. Windows color (decimal): -10180133 or 14395748. OLE color: 14395748.
HSL color Cylindrical-coordinate representation of color #64A9DB: hue angle of 205.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64A9DB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 169 | 219 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.14 |
| HSL | 205.21º | 0.62% | 0.63% | - |
| HSV(B) | 205.21º | 0.54% | 0.86% | - |
| XYZ | 32.23 | 36.2 | 72.31 | - |
| YUV | 154.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 219 | 0.54 | 0.23 | 0 | 0.14 | 205.21 | 0.62 | 0.63 |
| Hex | 64 | A9 | DB | 36 | 17 | 0 | E | CD | 3E | 3F |
| Octal | 144 | 251 | 333 | 66 | 27 | 0 | 16 | 315 | 76 | 77 |
| Binary | 1100100 | 10101001 | 11011011 | 110110 | 10111 | 0 | 1110 | 11001101 | 111110 | 111111 |
Color Harmonies of #64A9DB
Complementary color
Monochromatic Colors of #64A9DB
Black with #64A9DB
Text Example
Text Example
White with #64A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A9DB; }
p { color: rgb(100,169,219); }
H1.HeaderClassName
{
color: #64A9DB;
}
.AnyTagClassName
{
color: #64A9DB;
}
</style>
background-color css
<style>
a { background-color: #64A9DB; }
a { background-color: rgb(100,169,219); }
div.DivClassName
{
background-color: #64A9DB;
}
.BgClassName
{
background-color: #64A9DB;
}
</style>
border-color css
<style>
span { border-color: #64A9DB; }
span { border-color: rgb(100,169,219); }
td.TdClassName
{
border-color: #64A9DB;
}
.TagClassName
{
border-color: #64A9DB;
}
</style>