Shades of Malibu #64AFF2
Tints of Malibu #64AFF2
RGB
CMYK
RGB Variations
Color information
#64AFF2 (or 0x64AFF2) is known color: Malibu. HEX triplet: 64, AF and F2. RGB value is (100,175,242). Sum of RGB (Red+Green+Blue) = 100+175+242=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #64AFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFF2 is #9B500D. Grayscale: #9F9F9F. Windows color (decimal): -10178574 or 15904612. OLE color: 15904612.
HSL color Cylindrical-coordinate representation of color #64AFF2: hue angle of 208.31º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64AFF2 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 175 | 242 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.05 |
| HSL | 208.31º | 0.85% | 0.67% | - |
| HSV(B) | 208.31º | 0.59% | 0.95% | - |
| XYZ | 36.61 | 39.78 | 89.75 | - |
| YUV | 160.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 242 | 0.59 | 0.28 | 0 | 0.05 | 208.31 | 0.85 | 0.67 |
| Hex | 64 | AF | F2 | 3B | 1C | 0 | 5 | D0 | 55 | 43 |
| Octal | 144 | 257 | 362 | 73 | 34 | 0 | 5 | 320 | 125 | 103 |
| Binary | 1100100 | 10101111 | 11110010 | 111011 | 11100 | 0 | 101 | 11010000 | 1010101 | 1000011 |
Color Harmonies of #64AFF2
Complementary color
Monochromatic Colors of #64AFF2
Black with #64AFF2
Text Example
Text Example
White with #64AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFF2; }
p { color: rgb(100,175,242); }
H1.HeaderClassName
{
color: #64AFF2;
}
.AnyTagClassName
{
color: #64AFF2;
}
</style>
background-color css
<style>
a { background-color: #64AFF2; }
a { background-color: rgb(100,175,242); }
div.DivClassName
{
background-color: #64AFF2;
}
.BgClassName
{
background-color: #64AFF2;
}
</style>
border-color css
<style>
span { border-color: #64AFF2; }
span { border-color: rgb(100,175,242); }
td.TdClassName
{
border-color: #64AFF2;
}
.TagClassName
{
border-color: #64AFF2;
}
</style>