Shades of Slate Blue #645BD2
Tints of Slate Blue #645BD2
RGB
CMYK
RGB Variations
Color information
#645BD2 (or 0x645BD2) is known color: Slate Blue. HEX triplet: 64, 5B and D2. RGB value is (100,91,210). Sum of RGB (Red+Green+Blue) = 100+91+210=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #645BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BD2 is #9BA42D. Grayscale: #6A6A6A. Windows color (decimal): -10200110 or 13785956. OLE color: 13785956.
HSL color Cylindrical-coordinate representation of color #645BD2: hue angle of 244.54º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #645BD2 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 91 | 210 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.18 |
| HSL | 244.54º | 0.57% | 0.59% | - |
| HSV(B) | 244.54º | 0.57% | 0.82% | - |
| XYZ | 20.63 | 14.84 | 62.75 | - |
| YUV | 107.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 210 | 0.52 | 0.57 | 0 | 0.18 | 244.54 | 0.57 | 0.59 |
| Hex | 64 | 5B | D2 | 34 | 39 | 0 | 12 | F5 | 39 | 3B |
| Octal | 144 | 133 | 322 | 64 | 71 | 0 | 22 | 365 | 71 | 73 |
| Binary | 1100100 | 1011011 | 11010010 | 110100 | 111001 | 0 | 10010 | 11110101 | 111001 | 111011 |
Color Harmonies of #645BD2
Complementary color
Monochromatic Colors of #645BD2
Black with #645BD2
Text Example
Text Example
White with #645BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BD2; }
p { color: rgb(100,91,210); }
H1.HeaderClassName
{
color: #645BD2;
}
.AnyTagClassName
{
color: #645BD2;
}
</style>
background-color css
<style>
a { background-color: #645BD2; }
a { background-color: rgb(100,91,210); }
div.DivClassName
{
background-color: #645BD2;
}
.BgClassName
{
background-color: #645BD2;
}
</style>
border-color css
<style>
span { border-color: #645BD2; }
span { border-color: rgb(100,91,210); }
td.TdClassName
{
border-color: #645BD2;
}
.TagClassName
{
border-color: #645BD2;
}
</style>