Shades of Slate Blue #645BDA
Tints of Slate Blue #645BDA
RGB
CMYK
RGB Variations
Color information
#645BDA (or 0x645BDA) is known color: Slate Blue. HEX triplet: 64, 5B and DA. RGB value is (100,91,218). Sum of RGB (Red+Green+Blue) = 100+91+218=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #645BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BDA is #9BA425. Grayscale: #6B6B6B. Windows color (decimal): -10200102 or 14310244. OLE color: 14310244.
HSL color Cylindrical-coordinate representation of color #645BDA: hue angle of 244.25º 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 #645BDA is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 91 | 218 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.15 |
| HSL | 244.25º | 0.63% | 0.61% | - |
| HSV(B) | 244.25º | 0.58% | 0.85% | - |
| XYZ | 21.65 | 15.25 | 68.13 | - |
| YUV | 108.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 218 | 0.54 | 0.58 | 0 | 0.15 | 244.25 | 0.63 | 0.61 |
| Hex | 64 | 5B | DA | 36 | 3A | 0 | F | F4 | 3F | 3D |
| Octal | 144 | 133 | 332 | 66 | 72 | 0 | 17 | 364 | 77 | 75 |
| Binary | 1100100 | 1011011 | 11011010 | 110110 | 111010 | 0 | 1111 | 11110100 | 111111 | 111101 |
Color Harmonies of #645BDA
Complementary color
Monochromatic Colors of #645BDA
Black with #645BDA
Text Example
Text Example
White with #645BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BDA; }
p { color: rgb(100,91,218); }
H1.HeaderClassName
{
color: #645BDA;
}
.AnyTagClassName
{
color: #645BDA;
}
</style>
background-color css
<style>
a { background-color: #645BDA; }
a { background-color: rgb(100,91,218); }
div.DivClassName
{
background-color: #645BDA;
}
.BgClassName
{
background-color: #645BDA;
}
</style>
border-color css
<style>
span { border-color: #645BDA; }
span { border-color: rgb(100,91,218); }
td.TdClassName
{
border-color: #645BDA;
}
.TagClassName
{
border-color: #645BDA;
}
</style>