Shades of Slate Blue #645FCD
Tints of Slate Blue #645FCD
RGB
CMYK
RGB Variations
Color information
#645FCD (or 0x645FCD) is known color: Slate Blue. HEX triplet: 64, 5F and CD. RGB value is (100,95,205). Sum of RGB (Red+Green+Blue) = 100+95+205=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #645FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FCD is #9BA032. Grayscale: #6C6C6C. Windows color (decimal): -10199091 or 13459300. OLE color: 13459300.
HSL color Cylindrical-coordinate representation of color #645FCD: hue angle of 242.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645FCD is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 95 | 205 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.20 |
| HSL | 242.73º | 0.52% | 0.59% | - |
| HSV(B) | 242.73º | 0.54% | 0.8% | - |
| XYZ | 20.37 | 15.3 | 59.64 | - |
| YUV | 109.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 205 | 0.51 | 0.54 | 0 | 0.20 | 242.73 | 0.52 | 0.59 |
| Hex | 64 | 5F | CD | 33 | 36 | 0 | 14 | F3 | 34 | 3B |
| Octal | 144 | 137 | 315 | 63 | 66 | 0 | 24 | 363 | 64 | 73 |
| Binary | 1100100 | 1011111 | 11001101 | 110011 | 110110 | 0 | 10100 | 11110011 | 110100 | 111011 |
Color Harmonies of #645FCD
Complementary color
Monochromatic Colors of #645FCD
Black with #645FCD
Text Example
Text Example
White with #645FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FCD; }
p { color: rgb(100,95,205); }
H1.HeaderClassName
{
color: #645FCD;
}
.AnyTagClassName
{
color: #645FCD;
}
</style>
background-color css
<style>
a { background-color: #645FCD; }
a { background-color: rgb(100,95,205); }
div.DivClassName
{
background-color: #645FCD;
}
.BgClassName
{
background-color: #645FCD;
}
</style>
border-color css
<style>
span { border-color: #645FCD; }
span { border-color: rgb(100,95,205); }
td.TdClassName
{
border-color: #645FCD;
}
.TagClassName
{
border-color: #645FCD;
}
</style>