Shades of Malibu #64C6DC
Tints of Malibu #64C6DC
RGB
CMYK
RGB Variations
Color information
#64C6DC (or 0x64C6DC) is known color: Malibu. HEX triplet: 64, C6 and DC. RGB value is (100,198,220). Sum of RGB (Red+Green+Blue) = 100+198+220=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #64C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C6DC is #9B3923. Grayscale: #ABABAB. Windows color (decimal): -10172708 or 14468708. OLE color: 14468708.
HSL color Cylindrical-coordinate representation of color #64C6DC: hue angle of 191º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64C6DC is Cyan = 0.55, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 198 | 220 | - |
| CMYK | 0.55 | 0.1 | 0 | 0.14 |
| HSL | 191º | 0.63% | 0.63% | - |
| HSV(B) | 191º | 0.55% | 0.86% | - |
| XYZ | 38.37 | 48.26 | 75 | - |
| YUV | 171.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 220 | 0.55 | 0.1 | 0 | 0.14 | 191 | 0.63 | 0.63 |
| Hex | 64 | C6 | DC | 37 | A | 0 | E | BF | 3F | 3F |
| Octal | 144 | 306 | 334 | 67 | 12 | 0 | 16 | 277 | 77 | 77 |
| Binary | 1100100 | 11000110 | 11011100 | 110111 | 1010 | 0 | 1110 | 10111111 | 111111 | 111111 |
Color Harmonies of #64C6DC
Complementary color
Monochromatic Colors of #64C6DC
Black with #64C6DC
Text Example
Text Example
White with #64C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6DC; }
p { color: rgb(100,198,220); }
H1.HeaderClassName
{
color: #64C6DC;
}
.AnyTagClassName
{
color: #64C6DC;
}
</style>
background-color css
<style>
a { background-color: #64C6DC; }
a { background-color: rgb(100,198,220); }
div.DivClassName
{
background-color: #64C6DC;
}
.BgClassName
{
background-color: #64C6DC;
}
</style>
border-color css
<style>
span { border-color: #64C6DC; }
span { border-color: rgb(100,198,220); }
td.TdClassName
{
border-color: #64C6DC;
}
.TagClassName
{
border-color: #64C6DC;
}
</style>