Shades of Slate Blue #645BCB
Tints of Slate Blue #645BCB
RGB
CMYK
RGB Variations
Color information
#645BCB (or 0x645BCB) is known color: Slate Blue. HEX triplet: 64, 5B and CB. RGB value is (100,91,203). Sum of RGB (Red+Green+Blue) = 100+91+203=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #645BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BCB is #9BA434. Grayscale: #6A6A6A. Windows color (decimal): -10200117 or 13327204. OLE color: 13327204.
HSL color Cylindrical-coordinate representation of color #645BCB: hue angle of 244.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645BCB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 91 | 203 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.20 |
| HSL | 244.82º | 0.52% | 0.58% | - |
| HSV(B) | 244.82º | 0.55% | 0.8% | - |
| XYZ | 19.78 | 14.5 | 58.26 | - |
| YUV | 106.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 203 | 0.51 | 0.55 | 0 | 0.20 | 244.82 | 0.52 | 0.58 |
| Hex | 64 | 5B | CB | 33 | 37 | 0 | 14 | F5 | 34 | 3A |
| Octal | 144 | 133 | 313 | 63 | 67 | 0 | 24 | 365 | 64 | 72 |
| Binary | 1100100 | 1011011 | 11001011 | 110011 | 110111 | 0 | 10100 | 11110101 | 110100 | 111010 |
Color Harmonies of #645BCB
Complementary color
Monochromatic Colors of #645BCB
Black with #645BCB
Text Example
Text Example
White with #645BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BCB; }
p { color: rgb(100,91,203); }
H1.HeaderClassName
{
color: #645BCB;
}
.AnyTagClassName
{
color: #645BCB;
}
</style>
background-color css
<style>
a { background-color: #645BCB; }
a { background-color: rgb(100,91,203); }
div.DivClassName
{
background-color: #645BCB;
}
.BgClassName
{
background-color: #645BCB;
}
</style>
border-color css
<style>
span { border-color: #645BCB; }
span { border-color: rgb(100,91,203); }
td.TdClassName
{
border-color: #645BCB;
}
.TagClassName
{
border-color: #645BCB;
}
</style>