Shades of Medium Slate Blue #645FF3
Tints of Medium Slate Blue #645FF3
RGB
CMYK
RGB Variations
Color information
#645FF3 (or 0x645FF3) is known color: Medium Slate Blue. HEX triplet: 64, 5F and F3. RGB value is (100,95,243). Sum of RGB (Red+Green+Blue) = 100+95+243=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #645FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FF3 is #9BA00C. Grayscale: #707070. Windows color (decimal): -10199053 or 15949668. OLE color: 15949668.
HSL color Cylindrical-coordinate representation of color #645FF3: hue angle of 242.03º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #645FF3 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 95 | 243 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.05 |
| HSL | 242.03º | 0.86% | 0.66% | - |
| HSV(B) | 242.03º | 0.61% | 0.95% | - |
| XYZ | 25.53 | 17.36 | 86.8 | - |
| YUV | 113.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 243 | 0.59 | 0.61 | 0 | 0.05 | 242.03 | 0.86 | 0.66 |
| Hex | 64 | 5F | F3 | 3B | 3D | 0 | 5 | F2 | 56 | 42 |
| Octal | 144 | 137 | 363 | 73 | 75 | 0 | 5 | 362 | 126 | 102 |
| Binary | 1100100 | 1011111 | 11110011 | 111011 | 111101 | 0 | 101 | 11110010 | 1010110 | 1000010 |
Color Harmonies of #645FF3
Complementary color
Monochromatic Colors of #645FF3
Black with #645FF3
Text Example
Text Example
White with #645FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FF3; }
p { color: rgb(100,95,243); }
H1.HeaderClassName
{
color: #645FF3;
}
.AnyTagClassName
{
color: #645FF3;
}
</style>
background-color css
<style>
a { background-color: #645FF3; }
a { background-color: rgb(100,95,243); }
div.DivClassName
{
background-color: #645FF3;
}
.BgClassName
{
background-color: #645FF3;
}
</style>
border-color css
<style>
span { border-color: #645FF3; }
span { border-color: rgb(100,95,243); }
td.TdClassName
{
border-color: #645FF3;
}
.TagClassName
{
border-color: #645FF3;
}
</style>