Shades of Slate Blue #644BCE
Tints of Slate Blue #644BCE
RGB
CMYK
RGB Variations
Color information
#644BCE (or 0x644BCE) is known color: Slate Blue. HEX triplet: 64, 4B and CE. RGB value is (100,75,206). Sum of RGB (Red+Green+Blue) = 100+75+206=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #644BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BCE is #9BB431. Grayscale: #606060. Windows color (decimal): -10204210 or 13519716. OLE color: 13519716.
HSL color Cylindrical-coordinate representation of color #644BCE: hue angle of 251.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644BCE is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 75 | 206 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.19 |
| HSL | 251.45º | 0.57% | 0.55% | - |
| HSV(B) | 251.45º | 0.64% | 0.81% | - |
| XYZ | 18.91 | 12.2 | 59.75 | - |
| YUV | 97.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 206 | 0.51 | 0.64 | 0 | 0.19 | 251.45 | 0.57 | 0.55 |
| Hex | 64 | 4B | CE | 33 | 40 | 0 | 13 | FB | 39 | 37 |
| Octal | 144 | 113 | 316 | 63 | 100 | 0 | 23 | 373 | 71 | 67 |
| Binary | 1100100 | 1001011 | 11001110 | 110011 | 1000000 | 0 | 10011 | 11111011 | 111001 | 110111 |
Color Harmonies of #644BCE
Complementary color
Monochromatic Colors of #644BCE
Black with #644BCE
Text Example
Text Example
White with #644BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BCE; }
p { color: rgb(100,75,206); }
H1.HeaderClassName
{
color: #644BCE;
}
.AnyTagClassName
{
color: #644BCE;
}
</style>
background-color css
<style>
a { background-color: #644BCE; }
a { background-color: rgb(100,75,206); }
div.DivClassName
{
background-color: #644BCE;
}
.BgClassName
{
background-color: #644BCE;
}
</style>
border-color css
<style>
span { border-color: #644BCE; }
span { border-color: rgb(100,75,206); }
td.TdClassName
{
border-color: #644BCE;
}
.TagClassName
{
border-color: #644BCE;
}
</style>