Shades of Medium Slate Blue #645FEA
Tints of Medium Slate Blue #645FEA
RGB
CMYK
RGB Variations
Color information
#645FEA (or 0x645FEA) is known color: Medium Slate Blue. HEX triplet: 64, 5F and EA. RGB value is (100,95,234). Sum of RGB (Red+Green+Blue) = 100+95+234=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #645FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FEA is #9BA015. Grayscale: #6F6F6F. Windows color (decimal): -10199062 or 15359844. OLE color: 15359844.
HSL color Cylindrical-coordinate representation of color #645FEA: hue angle of 242.16º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645FEA is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 95 | 234 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.08 |
| HSL | 242.16º | 0.77% | 0.65% | - |
| HSV(B) | 242.16º | 0.59% | 0.92% | - |
| XYZ | 24.2 | 16.83 | 79.82 | - |
| YUV | 112.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 234 | 0.57 | 0.59 | 0 | 0.08 | 242.16 | 0.77 | 0.65 |
| Hex | 64 | 5F | EA | 39 | 3B | 0 | 8 | F2 | 4D | 41 |
| Octal | 144 | 137 | 352 | 71 | 73 | 0 | 10 | 362 | 115 | 101 |
| Binary | 1100100 | 1011111 | 11101010 | 111001 | 111011 | 0 | 1000 | 11110010 | 1001101 | 1000001 |
Color Harmonies of #645FEA
Complementary color
Monochromatic Colors of #645FEA
Black with #645FEA
Text Example
Text Example
White with #645FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FEA; }
p { color: rgb(100,95,234); }
H1.HeaderClassName
{
color: #645FEA;
}
.AnyTagClassName
{
color: #645FEA;
}
</style>
background-color css
<style>
a { background-color: #645FEA; }
a { background-color: rgb(100,95,234); }
div.DivClassName
{
background-color: #645FEA;
}
.BgClassName
{
background-color: #645FEA;
}
</style>
border-color css
<style>
span { border-color: #645FEA; }
span { border-color: rgb(100,95,234); }
td.TdClassName
{
border-color: #645FEA;
}
.TagClassName
{
border-color: #645FEA;
}
</style>