Shades of Slate Blue #645CCE
Tints of Slate Blue #645CCE
RGB
CMYK
RGB Variations
Color information
#645CCE (or 0x645CCE) is known color: Slate Blue. HEX triplet: 64, 5C and CE. RGB value is (100,92,206). Sum of RGB (Red+Green+Blue) = 100+92+206=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #645CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CCE is #9BA331. Grayscale: #6A6A6A. Windows color (decimal): -10199858 or 13524068. OLE color: 13524068.
HSL color Cylindrical-coordinate representation of color #645CCE: hue angle of 244.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645CCE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 92 | 206 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.19 |
| HSL | 244.21º | 0.54% | 0.58% | - |
| HSV(B) | 244.21º | 0.55% | 0.81% | - |
| XYZ | 20.22 | 14.82 | 60.19 | - |
| YUV | 107.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 206 | 0.51 | 0.55 | 0 | 0.19 | 244.21 | 0.54 | 0.58 |
| Hex | 64 | 5C | CE | 33 | 37 | 0 | 13 | F4 | 36 | 3A |
| Octal | 144 | 134 | 316 | 63 | 67 | 0 | 23 | 364 | 66 | 72 |
| Binary | 1100100 | 1011100 | 11001110 | 110011 | 110111 | 0 | 10011 | 11110100 | 110110 | 111010 |
Color Harmonies of #645CCE
Complementary color
Monochromatic Colors of #645CCE
Black with #645CCE
Text Example
Text Example
White with #645CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CCE; }
p { color: rgb(100,92,206); }
H1.HeaderClassName
{
color: #645CCE;
}
.AnyTagClassName
{
color: #645CCE;
}
</style>
background-color css
<style>
a { background-color: #645CCE; }
a { background-color: rgb(100,92,206); }
div.DivClassName
{
background-color: #645CCE;
}
.BgClassName
{
background-color: #645CCE;
}
</style>
border-color css
<style>
span { border-color: #645CCE; }
span { border-color: rgb(100,92,206); }
td.TdClassName
{
border-color: #645CCE;
}
.TagClassName
{
border-color: #645CCE;
}
</style>