Shades of Slate Blue #645BCC
Tints of Slate Blue #645BCC
RGB
CMYK
RGB Variations
Color information
#645BCC (or 0x645BCC) is known color: Slate Blue. HEX triplet: 64, 5B and CC. RGB value is (100,91,204). Sum of RGB (Red+Green+Blue) = 100+91+204=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #645BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BCC is #9BA433. Grayscale: #6A6A6A. Windows color (decimal): -10200116 or 13392740. OLE color: 13392740.
HSL color Cylindrical-coordinate representation of color #645BCC: hue angle of 244.78º degrees, saturation: 0.53, 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 #645BCC is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 91 | 204 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.2 |
| HSL | 244.78º | 0.53% | 0.58% | - |
| HSV(B) | 244.78º | 0.55% | 0.8% | - |
| XYZ | 19.9 | 14.55 | 58.89 | - |
| YUV | 106.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 204 | 0.51 | 0.55 | 0 | 0.2 | 244.78 | 0.53 | 0.58 |
| Hex | 64 | 5B | CC | 33 | 37 | 0 | 14 | F5 | 35 | 3A |
| Octal | 144 | 133 | 314 | 63 | 67 | 0 | 24 | 365 | 65 | 72 |
| Binary | 1100100 | 1011011 | 11001100 | 110011 | 110111 | 0 | 10100 | 11110101 | 110101 | 111010 |
Color Harmonies of #645BCC
Complementary color
Monochromatic Colors of #645BCC
Black with #645BCC
Text Example
Text Example
White with #645BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BCC; }
p { color: rgb(100,91,204); }
H1.HeaderClassName
{
color: #645BCC;
}
.AnyTagClassName
{
color: #645BCC;
}
</style>
background-color css
<style>
a { background-color: #645BCC; }
a { background-color: rgb(100,91,204); }
div.DivClassName
{
background-color: #645BCC;
}
.BgClassName
{
background-color: #645BCC;
}
</style>
border-color css
<style>
span { border-color: #645BCC; }
span { border-color: rgb(100,91,204); }
td.TdClassName
{
border-color: #645BCC;
}
.TagClassName
{
border-color: #645BCC;
}
</style>