Shades of Slate Blue #645DCD
Tints of Slate Blue #645DCD
RGB
CMYK
RGB Variations
Color information
#645DCD (or 0x645DCD) is known color: Slate Blue. HEX triplet: 64, 5D and CD. RGB value is (100,93,205). Sum of RGB (Red+Green+Blue) = 100+93+205=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #645DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DCD is #9BA232. Grayscale: #6B6B6B. Windows color (decimal): -10199603 or 13458788. OLE color: 13458788.
HSL color Cylindrical-coordinate representation of color #645DCD: hue angle of 243.75º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645DCD is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 93 | 205 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.20 |
| HSL | 243.75º | 0.53% | 0.58% | - |
| HSV(B) | 243.75º | 0.55% | 0.8% | - |
| XYZ | 20.19 | 14.95 | 59.58 | - |
| YUV | 107.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 205 | 0.51 | 0.55 | 0 | 0.20 | 243.75 | 0.53 | 0.58 |
| Hex | 64 | 5D | CD | 33 | 37 | 0 | 14 | F4 | 35 | 3A |
| Octal | 144 | 135 | 315 | 63 | 67 | 0 | 24 | 364 | 65 | 72 |
| Binary | 1100100 | 1011101 | 11001101 | 110011 | 110111 | 0 | 10100 | 11110100 | 110101 | 111010 |
Color Harmonies of #645DCD
Complementary color
Monochromatic Colors of #645DCD
Black with #645DCD
Text Example
Text Example
White with #645DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DCD; }
p { color: rgb(100,93,205); }
H1.HeaderClassName
{
color: #645DCD;
}
.AnyTagClassName
{
color: #645DCD;
}
</style>
background-color css
<style>
a { background-color: #645DCD; }
a { background-color: rgb(100,93,205); }
div.DivClassName
{
background-color: #645DCD;
}
.BgClassName
{
background-color: #645DCD;
}
</style>
border-color css
<style>
span { border-color: #645DCD; }
span { border-color: rgb(100,93,205); }
td.TdClassName
{
border-color: #645DCD;
}
.TagClassName
{
border-color: #645DCD;
}
</style>