Shades of Slate Blue #645CCD
Tints of Slate Blue #645CCD
RGB
CMYK
RGB Variations
Color information
#645CCD (or 0x645CCD) is known color: Slate Blue. HEX triplet: 64, 5C and CD. RGB value is (100,92,205). Sum of RGB (Red+Green+Blue) = 100+92+205=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #645CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CCD is #9BA332. Grayscale: #6A6A6A. Windows color (decimal): -10199859 or 13458532. OLE color: 13458532.
HSL color Cylindrical-coordinate representation of color #645CCD: hue angle of 244.25º 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 #645CCD is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 92 | 205 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.20 |
| HSL | 244.25º | 0.53% | 0.58% | - |
| HSV(B) | 244.25º | 0.55% | 0.8% | - |
| XYZ | 20.1 | 14.77 | 59.55 | - |
| YUV | 107.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 205 | 0.51 | 0.55 | 0 | 0.20 | 244.25 | 0.53 | 0.58 |
| Hex | 64 | 5C | CD | 33 | 37 | 0 | 14 | F4 | 35 | 3A |
| Octal | 144 | 134 | 315 | 63 | 67 | 0 | 24 | 364 | 65 | 72 |
| Binary | 1100100 | 1011100 | 11001101 | 110011 | 110111 | 0 | 10100 | 11110100 | 110101 | 111010 |
Color Harmonies of #645CCD
Complementary color
Monochromatic Colors of #645CCD
Black with #645CCD
Text Example
Text Example
White with #645CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CCD; }
p { color: rgb(100,92,205); }
H1.HeaderClassName
{
color: #645CCD;
}
.AnyTagClassName
{
color: #645CCD;
}
</style>
background-color css
<style>
a { background-color: #645CCD; }
a { background-color: rgb(100,92,205); }
div.DivClassName
{
background-color: #645CCD;
}
.BgClassName
{
background-color: #645CCD;
}
</style>
border-color css
<style>
span { border-color: #645CCD; }
span { border-color: rgb(100,92,205); }
td.TdClassName
{
border-color: #645CCD;
}
.TagClassName
{
border-color: #645CCD;
}
</style>