Shades of Malibu #64C6EE
Tints of Malibu #64C6EE
RGB
CMYK
RGB Variations
Color information
#64C6EE (or 0x64C6EE) is known color: Malibu. HEX triplet: 64, C6 and EE. RGB value is (100,198,238). Sum of RGB (Red+Green+Blue) = 100+198+238=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #64C6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6EE is #9B3911. Grayscale: #ADADAD. Windows color (decimal): -10172690 or 15648356. OLE color: 15648356.
HSL color Cylindrical-coordinate representation of color #64C6EE: hue angle of 197.39º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C6EE is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 198 | 238 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.07 |
| HSL | 197.39º | 0.8% | 0.66% | - |
| HSV(B) | 197.39º | 0.58% | 0.93% | - |
| XYZ | 40.88 | 49.27 | 88.24 | - |
| YUV | 173.26 | 164.53 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 238 | 0.58 | 0.17 | 0 | 0.07 | 197.39 | 0.8 | 0.66 |
| Hex | 64 | C6 | EE | 3A | 11 | 0 | 7 | C5 | 50 | 42 |
| Octal | 144 | 306 | 356 | 72 | 21 | 0 | 7 | 305 | 120 | 102 |
| Binary | 1100100 | 11000110 | 11101110 | 111010 | 10001 | 0 | 111 | 11000101 | 1010000 | 1000010 |
Color Harmonies of #64C6EE
Complementary color
Monochromatic Colors of #64C6EE
Black with #64C6EE
Text Example
Text Example
White with #64C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6EE; }
p { color: rgb(100,198,238); }
H1.HeaderClassName
{
color: #64C6EE;
}
.AnyTagClassName
{
color: #64C6EE;
}
</style>
background-color css
<style>
a { background-color: #64C6EE; }
a { background-color: rgb(100,198,238); }
div.DivClassName
{
background-color: #64C6EE;
}
.BgClassName
{
background-color: #64C6EE;
}
</style>
border-color css
<style>
span { border-color: #64C6EE; }
span { border-color: rgb(100,198,238); }
td.TdClassName
{
border-color: #64C6EE;
}
.TagClassName
{
border-color: #64C6EE;
}
</style>