Shades of Slate Blue #646ADE
Tints of Slate Blue #646ADE
RGB
CMYK
RGB Variations
Color information
#646ADE (or 0x646ADE) is known color: Slate Blue. HEX triplet: 64, 6A and DE. RGB value is (100,106,222). Sum of RGB (Red+Green+Blue) = 100+106+222=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #646ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ADE is #9B9521. Grayscale: #747474. Windows color (decimal): -10196258 or 14576228. OLE color: 14576228.
HSL color Cylindrical-coordinate representation of color #646ADE: hue angle of 237.05º degrees, saturation: 0.65, 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 #646ADE is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 106 | 222 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.13 |
| HSL | 237.05º | 0.65% | 0.63% | - |
| HSV(B) | 237.05º | 0.55% | 0.87% | - |
| XYZ | 23.59 | 18.29 | 71.39 | - |
| YUV | 117.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 222 | 0.55 | 0.52 | 0 | 0.13 | 237.05 | 0.65 | 0.63 |
| Hex | 64 | 6A | DE | 37 | 34 | 0 | D | ED | 41 | 3F |
| Octal | 144 | 152 | 336 | 67 | 64 | 0 | 15 | 355 | 101 | 77 |
| Binary | 1100100 | 1101010 | 11011110 | 110111 | 110100 | 0 | 1101 | 11101101 | 1000001 | 111111 |
Color Harmonies of #646ADE
Complementary color
Monochromatic Colors of #646ADE
Black with #646ADE
Text Example
Text Example
White with #646ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646ADE; }
p { color: rgb(100,106,222); }
H1.HeaderClassName
{
color: #646ADE;
}
.AnyTagClassName
{
color: #646ADE;
}
</style>
background-color css
<style>
a { background-color: #646ADE; }
a { background-color: rgb(100,106,222); }
div.DivClassName
{
background-color: #646ADE;
}
.BgClassName
{
background-color: #646ADE;
}
</style>
border-color css
<style>
span { border-color: #646ADE; }
span { border-color: rgb(100,106,222); }
td.TdClassName
{
border-color: #646ADE;
}
.TagClassName
{
border-color: #646ADE;
}
</style>