Shades of Slate Blue #646CDE
Tints of Slate Blue #646CDE
RGB
CMYK
RGB Variations
Color information
#646CDE (or 0x646CDE) is known color: Slate Blue. HEX triplet: 64, 6C and DE. RGB value is (100,108,222). Sum of RGB (Red+Green+Blue) = 100+108+222=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #646CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CDE is #9B9321. Grayscale: #767676. Windows color (decimal): -10195746 or 14576740. OLE color: 14576740.
HSL color Cylindrical-coordinate representation of color #646CDE: hue angle of 236.07º 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 #646CDE is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 108 | 222 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.13 |
| HSL | 236.07º | 0.65% | 0.63% | - |
| HSV(B) | 236.07º | 0.55% | 0.87% | - |
| XYZ | 23.8 | 18.71 | 71.46 | - |
| YUV | 118.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 222 | 0.55 | 0.51 | 0 | 0.13 | 236.07 | 0.65 | 0.63 |
| Hex | 64 | 6C | DE | 37 | 33 | 0 | D | EC | 41 | 3F |
| Octal | 144 | 154 | 336 | 67 | 63 | 0 | 15 | 354 | 101 | 77 |
| Binary | 1100100 | 1101100 | 11011110 | 110111 | 110011 | 0 | 1101 | 11101100 | 1000001 | 111111 |
Color Harmonies of #646CDE
Complementary color
Monochromatic Colors of #646CDE
Black with #646CDE
Text Example
Text Example
White with #646CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646CDE; }
p { color: rgb(100,108,222); }
H1.HeaderClassName
{
color: #646CDE;
}
.AnyTagClassName
{
color: #646CDE;
}
</style>
background-color css
<style>
a { background-color: #646CDE; }
a { background-color: rgb(100,108,222); }
div.DivClassName
{
background-color: #646CDE;
}
.BgClassName
{
background-color: #646CDE;
}
</style>
border-color css
<style>
span { border-color: #646CDE; }
span { border-color: rgb(100,108,222); }
td.TdClassName
{
border-color: #646CDE;
}
.TagClassName
{
border-color: #646CDE;
}
</style>