Shades of Slate Blue #645EDF
Tints of Slate Blue #645EDF
RGB
CMYK
RGB Variations
Color information
#645EDF (or 0x645EDF) is known color: Slate Blue. HEX triplet: 64, 5E and DF. RGB value is (100,94,223). Sum of RGB (Red+Green+Blue) = 100+94+223=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #645EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EDF is #9BA120. Grayscale: #6D6D6D. Windows color (decimal): -10199329 or 14638692. OLE color: 14638692.
HSL color Cylindrical-coordinate representation of color #645EDF: hue angle of 242.79º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645EDF is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 94 | 223 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.13 |
| HSL | 242.79º | 0.67% | 0.62% | - |
| HSV(B) | 242.79º | 0.58% | 0.87% | - |
| XYZ | 22.58 | 16.04 | 71.72 | - |
| YUV | 110.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 223 | 0.55 | 0.58 | 0 | 0.13 | 242.79 | 0.67 | 0.62 |
| Hex | 64 | 5E | DF | 37 | 3A | 0 | D | F3 | 43 | 3E |
| Octal | 144 | 136 | 337 | 67 | 72 | 0 | 15 | 363 | 103 | 76 |
| Binary | 1100100 | 1011110 | 11011111 | 110111 | 111010 | 0 | 1101 | 11110011 | 1000011 | 111110 |
Color Harmonies of #645EDF
Complementary color
Monochromatic Colors of #645EDF
Black with #645EDF
Text Example
Text Example
White with #645EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645EDF; }
p { color: rgb(100,94,223); }
H1.HeaderClassName
{
color: #645EDF;
}
.AnyTagClassName
{
color: #645EDF;
}
</style>
background-color css
<style>
a { background-color: #645EDF; }
a { background-color: rgb(100,94,223); }
div.DivClassName
{
background-color: #645EDF;
}
.BgClassName
{
background-color: #645EDF;
}
</style>
border-color css
<style>
span { border-color: #645EDF; }
span { border-color: rgb(100,94,223); }
td.TdClassName
{
border-color: #645EDF;
}
.TagClassName
{
border-color: #645EDF;
}
</style>