Shades of Slate Blue #645FDD
Tints of Slate Blue #645FDD
RGB
CMYK
RGB Variations
Color information
#645FDD (or 0x645FDD) is known color: Slate Blue. HEX triplet: 64, 5F and DD. RGB value is (100,95,221). Sum of RGB (Red+Green+Blue) = 100+95+221=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #645FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FDD is #9BA022. Grayscale: #6E6E6E. Windows color (decimal): -10199075 or 14507876. OLE color: 14507876.
HSL color Cylindrical-coordinate representation of color #645FDD: hue angle of 242.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #645FDD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 95 | 221 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.13 |
| HSL | 242.38º | 0.65% | 0.62% | - |
| HSV(B) | 242.38º | 0.57% | 0.87% | - |
| XYZ | 22.4 | 16.11 | 70.34 | - |
| YUV | 110.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 221 | 0.55 | 0.57 | 0 | 0.13 | 242.38 | 0.65 | 0.62 |
| Hex | 64 | 5F | DD | 37 | 39 | 0 | D | F2 | 41 | 3E |
| Octal | 144 | 137 | 335 | 67 | 71 | 0 | 15 | 362 | 101 | 76 |
| Binary | 1100100 | 1011111 | 11011101 | 110111 | 111001 | 0 | 1101 | 11110010 | 1000001 | 111110 |
Color Harmonies of #645FDD
Complementary color
Monochromatic Colors of #645FDD
Black with #645FDD
Text Example
Text Example
White with #645FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FDD; }
p { color: rgb(100,95,221); }
H1.HeaderClassName
{
color: #645FDD;
}
.AnyTagClassName
{
color: #645FDD;
}
</style>
background-color css
<style>
a { background-color: #645FDD; }
a { background-color: rgb(100,95,221); }
div.DivClassName
{
background-color: #645FDD;
}
.BgClassName
{
background-color: #645FDD;
}
</style>
border-color css
<style>
span { border-color: #645FDD; }
span { border-color: rgb(100,95,221); }
td.TdClassName
{
border-color: #645FDD;
}
.TagClassName
{
border-color: #645FDD;
}
</style>