Shades of Slate Blue #645FC5
Tints of Slate Blue #645FC5
RGB
CMYK
RGB Variations
Color information
#645FC5 (or 0x645FC5) is known color: Slate Blue. HEX triplet: 64, 5F and C5. RGB value is (100,95,197). Sum of RGB (Red+Green+Blue) = 100+95+197=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #645FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FC5 is #9BA03A. Grayscale: #6B6B6B. Windows color (decimal): -10199099 or 12935012. OLE color: 12935012.
HSL color Cylindrical-coordinate representation of color #645FC5: hue angle of 242.94º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #645FC5 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 95 | 197 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.23 |
| HSL | 242.94º | 0.47% | 0.57% | - |
| HSV(B) | 242.94º | 0.52% | 0.77% | - |
| XYZ | 19.43 | 14.92 | 54.68 | - |
| YUV | 108.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 197 | 0.49 | 0.52 | 0 | 0.23 | 242.94 | 0.47 | 0.57 |
| Hex | 64 | 5F | C5 | 31 | 34 | 0 | 17 | F3 | 2F | 39 |
| Octal | 144 | 137 | 305 | 61 | 64 | 0 | 27 | 363 | 57 | 71 |
| Binary | 1100100 | 1011111 | 11000101 | 110001 | 110100 | 0 | 10111 | 11110011 | 101111 | 111001 |
Color Harmonies of #645FC5
Complementary color
Monochromatic Colors of #645FC5
Black with #645FC5
Text Example
Text Example
White with #645FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FC5; }
p { color: rgb(100,95,197); }
H1.HeaderClassName
{
color: #645FC5;
}
.AnyTagClassName
{
color: #645FC5;
}
</style>
background-color css
<style>
a { background-color: #645FC5; }
a { background-color: rgb(100,95,197); }
div.DivClassName
{
background-color: #645FC5;
}
.BgClassName
{
background-color: #645FC5;
}
</style>
border-color css
<style>
span { border-color: #645FC5; }
span { border-color: rgb(100,95,197); }
td.TdClassName
{
border-color: #645FC5;
}
.TagClassName
{
border-color: #645FC5;
}
</style>