Shades of Slate Blue #644ACC
Tints of Slate Blue #644ACC
RGB
CMYK
RGB Variations
Color information
#644ACC (or 0x644ACC) is known color: Slate Blue. HEX triplet: 64, 4A and CC. RGB value is (100,74,204). Sum of RGB (Red+Green+Blue) = 100+74+204=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #644ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ACC is #9BB533. Grayscale: #606060. Windows color (decimal): -10204468 or 13388388. OLE color: 13388388.
HSL color Cylindrical-coordinate representation of color #644ACC: hue angle of 252º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644ACC is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 74 | 204 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.2 |
| HSL | 252º | 0.56% | 0.55% | - |
| HSV(B) | 252º | 0.64% | 0.8% | - |
| XYZ | 18.6 | 11.97 | 58.46 | - |
| YUV | 96.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 204 | 0.51 | 0.64 | 0 | 0.2 | 252 | 0.56 | 0.55 |
| Hex | 64 | 4A | CC | 33 | 40 | 0 | 14 | FC | 38 | 37 |
| Octal | 144 | 112 | 314 | 63 | 100 | 0 | 24 | 374 | 70 | 67 |
| Binary | 1100100 | 1001010 | 11001100 | 110011 | 1000000 | 0 | 10100 | 11111100 | 111000 | 110111 |
Color Harmonies of #644ACC
Complementary color
Monochromatic Colors of #644ACC
Black with #644ACC
Text Example
Text Example
White with #644ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644ACC; }
p { color: rgb(100,74,204); }
H1.HeaderClassName
{
color: #644ACC;
}
.AnyTagClassName
{
color: #644ACC;
}
</style>
background-color css
<style>
a { background-color: #644ACC; }
a { background-color: rgb(100,74,204); }
div.DivClassName
{
background-color: #644ACC;
}
.BgClassName
{
background-color: #644ACC;
}
</style>
border-color css
<style>
span { border-color: #644ACC; }
span { border-color: rgb(100,74,204); }
td.TdClassName
{
border-color: #644ACC;
}
.TagClassName
{
border-color: #644ACC;
}
</style>