Shades of Slate Blue #645CE3
Tints of Slate Blue #645CE3
RGB
CMYK
RGB Variations
Color information
#645CE3 (or 0x645CE3) is known color: Slate Blue. HEX triplet: 64, 5C and E3. RGB value is (100,92,227). Sum of RGB (Red+Green+Blue) = 100+92+227=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 227 (89.06% from 255 or 54.18% from 419); Max value from RGB is 227 - color contains mainly: blue. Hex color #645CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CE3 is #9BA31C. Grayscale: #6D6D6D. Windows color (decimal): -10199837 or 14900324. OLE color: 14900324.
HSL color Cylindrical-coordinate representation of color #645CE3: hue angle of 243.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645CE3 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 92 | 227 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.11 |
| HSL | 243.56º | 0.71% | 0.63% | - |
| HSV(B) | 243.56º | 0.59% | 0.89% | - |
| XYZ | 22.95 | 15.91 | 74.53 | - |
| YUV | 109.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 227 | 0.56 | 0.59 | 0 | 0.11 | 243.56 | 0.71 | 0.63 |
| Hex | 64 | 5C | E3 | 38 | 3B | 0 | B | F4 | 47 | 3F |
| Octal | 144 | 134 | 343 | 70 | 73 | 0 | 13 | 364 | 107 | 77 |
| Binary | 1100100 | 1011100 | 11100011 | 111000 | 111011 | 0 | 1011 | 11110100 | 1000111 | 111111 |
Color Harmonies of #645CE3
Complementary color
Monochromatic Colors of #645CE3
Black with #645CE3
Text Example
Text Example
White with #645CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CE3; }
p { color: rgb(100,92,227); }
H1.HeaderClassName
{
color: #645CE3;
}
.AnyTagClassName
{
color: #645CE3;
}
</style>
background-color css
<style>
a { background-color: #645CE3; }
a { background-color: rgb(100,92,227); }
div.DivClassName
{
background-color: #645CE3;
}
.BgClassName
{
background-color: #645CE3;
}
</style>
border-color css
<style>
span { border-color: #645CE3; }
span { border-color: rgb(100,92,227); }
td.TdClassName
{
border-color: #645CE3;
}
.TagClassName
{
border-color: #645CE3;
}
</style>