Shades of Slate Blue #646CDF
Tints of Slate Blue #646CDF
RGB
CMYK
RGB Variations
Color information
#646CDF (or 0x646CDF) is known color: Slate Blue. HEX triplet: 64, 6C and DF. RGB value is (100,108,223). Sum of RGB (Red+Green+Blue) = 100+108+223=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #646CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CDF is #9B9320. Grayscale: #767676. Windows color (decimal): -10195745 or 14642276. OLE color: 14642276.
HSL color Cylindrical-coordinate representation of color #646CDF: hue angle of 236.1º degrees, saturation: 0.66, 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 #646CDF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 108 | 223 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.13 |
| HSL | 236.1º | 0.66% | 0.63% | - |
| HSV(B) | 236.1º | 0.55% | 0.87% | - |
| XYZ | 23.94 | 18.76 | 72.17 | - |
| YUV | 118.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 223 | 0.55 | 0.52 | 0 | 0.13 | 236.1 | 0.66 | 0.63 |
| Hex | 64 | 6C | DF | 37 | 34 | 0 | D | EC | 42 | 3F |
| Octal | 144 | 154 | 337 | 67 | 64 | 0 | 15 | 354 | 102 | 77 |
| Binary | 1100100 | 1101100 | 11011111 | 110111 | 110100 | 0 | 1101 | 11101100 | 1000010 | 111111 |
Color Harmonies of #646CDF
Complementary color
Monochromatic Colors of #646CDF
Black with #646CDF
Text Example
Text Example
White with #646CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646CDF; }
p { color: rgb(100,108,223); }
H1.HeaderClassName
{
color: #646CDF;
}
.AnyTagClassName
{
color: #646CDF;
}
</style>
background-color css
<style>
a { background-color: #646CDF; }
a { background-color: rgb(100,108,223); }
div.DivClassName
{
background-color: #646CDF;
}
.BgClassName
{
background-color: #646CDF;
}
</style>
border-color css
<style>
span { border-color: #646CDF; }
span { border-color: rgb(100,108,223); }
td.TdClassName
{
border-color: #646CDF;
}
.TagClassName
{
border-color: #646CDF;
}
</style>