Shades of Slate Blue #646DDD
Tints of Slate Blue #646DDD
RGB
CMYK
RGB Variations
Color information
#646DDD (or 0x646DDD) is known color: Slate Blue. HEX triplet: 64, 6D and DD. RGB value is (100,109,221). Sum of RGB (Red+Green+Blue) = 100+109+221=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #646DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DDD is #9B9222. Grayscale: #767676. Windows color (decimal): -10195491 or 14511460. OLE color: 14511460.
HSL color Cylindrical-coordinate representation of color #646DDD: hue angle of 235.54º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646DDD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 109 | 221 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.13 |
| HSL | 235.54º | 0.64% | 0.63% | - |
| HSV(B) | 235.54º | 0.55% | 0.87% | - |
| XYZ | 23.78 | 18.87 | 70.8 | - |
| YUV | 119.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 221 | 0.55 | 0.51 | 0 | 0.13 | 235.54 | 0.64 | 0.63 |
| Hex | 64 | 6D | DD | 37 | 33 | 0 | D | EC | 40 | 3F |
| Octal | 144 | 155 | 335 | 67 | 63 | 0 | 15 | 354 | 100 | 77 |
| Binary | 1100100 | 1101101 | 11011101 | 110111 | 110011 | 0 | 1101 | 11101100 | 1000000 | 111111 |
Color Harmonies of #646DDD
Complementary color
Monochromatic Colors of #646DDD
Black with #646DDD
Text Example
Text Example
White with #646DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646DDD; }
p { color: rgb(100,109,221); }
H1.HeaderClassName
{
color: #646DDD;
}
.AnyTagClassName
{
color: #646DDD;
}
</style>
background-color css
<style>
a { background-color: #646DDD; }
a { background-color: rgb(100,109,221); }
div.DivClassName
{
background-color: #646DDD;
}
.BgClassName
{
background-color: #646DDD;
}
</style>
border-color css
<style>
span { border-color: #646DDD; }
span { border-color: rgb(100,109,221); }
td.TdClassName
{
border-color: #646DDD;
}
.TagClassName
{
border-color: #646DDD;
}
</style>