Shades of Slate Blue #645CDA
Tints of Slate Blue #645CDA
RGB
CMYK
RGB Variations
Color information
#645CDA (or 0x645CDA) is known color: Slate Blue. HEX triplet: 64, 5C and DA. RGB value is (100,92,218). Sum of RGB (Red+Green+Blue) = 100+92+218=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #645CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CDA is #9BA325. Grayscale: #6C6C6C. Windows color (decimal): -10199846 or 14310500. OLE color: 14310500.
HSL color Cylindrical-coordinate representation of color #645CDA: hue angle of 243.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645CDA is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 92 | 218 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.15 |
| HSL | 243.81º | 0.63% | 0.61% | - |
| HSV(B) | 243.81º | 0.58% | 0.85% | - |
| XYZ | 21.74 | 15.43 | 68.16 | - |
| YUV | 108.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 218 | 0.54 | 0.58 | 0 | 0.15 | 243.81 | 0.63 | 0.61 |
| Hex | 64 | 5C | DA | 36 | 3A | 0 | F | F4 | 3F | 3D |
| Octal | 144 | 134 | 332 | 66 | 72 | 0 | 17 | 364 | 77 | 75 |
| Binary | 1100100 | 1011100 | 11011010 | 110110 | 111010 | 0 | 1111 | 11110100 | 111111 | 111101 |
Color Harmonies of #645CDA
Complementary color
Monochromatic Colors of #645CDA
Black with #645CDA
Text Example
Text Example
White with #645CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CDA; }
p { color: rgb(100,92,218); }
H1.HeaderClassName
{
color: #645CDA;
}
.AnyTagClassName
{
color: #645CDA;
}
</style>
background-color css
<style>
a { background-color: #645CDA; }
a { background-color: rgb(100,92,218); }
div.DivClassName
{
background-color: #645CDA;
}
.BgClassName
{
background-color: #645CDA;
}
</style>
border-color css
<style>
span { border-color: #645CDA; }
span { border-color: rgb(100,92,218); }
td.TdClassName
{
border-color: #645CDA;
}
.TagClassName
{
border-color: #645CDA;
}
</style>