Shades of Slate Blue #645BC1
Tints of Slate Blue #645BC1
RGB
CMYK
RGB Variations
Color information
#645BC1 (or 0x645BC1) is known color: Slate Blue. HEX triplet: 64, 5B and C1. RGB value is (100,91,193). Sum of RGB (Red+Green+Blue) = 100+91+193=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #645BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BC1 is #9BA43E. Grayscale: #686868. Windows color (decimal): -10200127 or 12671844. OLE color: 12671844.
HSL color Cylindrical-coordinate representation of color #645BC1: hue angle of 245.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645BC1 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 91 | 193 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.24 |
| HSL | 245.29º | 0.45% | 0.56% | - |
| HSV(B) | 245.29º | 0.53% | 0.76% | - |
| XYZ | 18.62 | 14.04 | 52.18 | - |
| YUV | 105.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 193 | 0.48 | 0.53 | 0 | 0.24 | 245.29 | 0.45 | 0.56 |
| Hex | 64 | 5B | C1 | 30 | 35 | 0 | 18 | F5 | 2D | 38 |
| Octal | 144 | 133 | 301 | 60 | 65 | 0 | 30 | 365 | 55 | 70 |
| Binary | 1100100 | 1011011 | 11000001 | 110000 | 110101 | 0 | 11000 | 11110101 | 101101 | 111000 |
Color Harmonies of #645BC1
Complementary color
Monochromatic Colors of #645BC1
Black with #645BC1
Text Example
Text Example
White with #645BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BC1; }
p { color: rgb(100,91,193); }
H1.HeaderClassName
{
color: #645BC1;
}
.AnyTagClassName
{
color: #645BC1;
}
</style>
background-color css
<style>
a { background-color: #645BC1; }
a { background-color: rgb(100,91,193); }
div.DivClassName
{
background-color: #645BC1;
}
.BgClassName
{
background-color: #645BC1;
}
</style>
border-color css
<style>
span { border-color: #645BC1; }
span { border-color: rgb(100,91,193); }
td.TdClassName
{
border-color: #645BC1;
}
.TagClassName
{
border-color: #645BC1;
}
</style>