Shades of Slate Blue #646DDC
Tints of Slate Blue #646DDC
RGB
CMYK
RGB Variations
Color information
#646DDC (or 0x646DDC) is known color: Slate Blue. HEX triplet: 64, 6D and DC. RGB value is (100,109,220). Sum of RGB (Red+Green+Blue) = 100+109+220=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #646DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DDC is #9B9223. Grayscale: #767676. Windows color (decimal): -10195492 or 14445924. OLE color: 14445924.
HSL color Cylindrical-coordinate representation of color #646DDC: hue angle of 235.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646DDC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 109 | 220 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.14 |
| HSL | 235.5º | 0.63% | 0.63% | - |
| HSV(B) | 235.5º | 0.55% | 0.86% | - |
| XYZ | 23.64 | 18.81 | 70.1 | - |
| YUV | 118.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 220 | 0.55 | 0.50 | 0 | 0.14 | 235.5 | 0.63 | 0.63 |
| Hex | 64 | 6D | DC | 37 | 32 | 0 | E | EC | 3F | 3F |
| Octal | 144 | 155 | 334 | 67 | 62 | 0 | 16 | 354 | 77 | 77 |
| Binary | 1100100 | 1101101 | 11011100 | 110111 | 110010 | 0 | 1110 | 11101100 | 111111 | 111111 |
Color Harmonies of #646DDC
Complementary color
Monochromatic Colors of #646DDC
Black with #646DDC
Text Example
Text Example
White with #646DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646DDC; }
p { color: rgb(100,109,220); }
H1.HeaderClassName
{
color: #646DDC;
}
.AnyTagClassName
{
color: #646DDC;
}
</style>
background-color css
<style>
a { background-color: #646DDC; }
a { background-color: rgb(100,109,220); }
div.DivClassName
{
background-color: #646DDC;
}
.BgClassName
{
background-color: #646DDC;
}
</style>
border-color css
<style>
span { border-color: #646DDC; }
span { border-color: rgb(100,109,220); }
td.TdClassName
{
border-color: #646DDC;
}
.TagClassName
{
border-color: #646DDC;
}
</style>