Shades of Slate Blue #646EDF
Tints of Slate Blue #646EDF
RGB
CMYK
RGB Variations
Color information
#646EDF (or 0x646EDF) is known color: Slate Blue. HEX triplet: 64, 6E and DF. RGB value is (100,110,223). Sum of RGB (Red+Green+Blue) = 100+110+223=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #646EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EDF is #9B9120. Grayscale: #777777. Windows color (decimal): -10195233 or 14642788. OLE color: 14642788.
HSL color Cylindrical-coordinate representation of color #646EDF: hue angle of 235.12º 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 #646EDF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 110 | 223 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.13 |
| HSL | 235.12º | 0.66% | 0.63% | - |
| HSV(B) | 235.12º | 0.55% | 0.87% | - |
| XYZ | 24.15 | 19.19 | 72.24 | - |
| YUV | 119.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 223 | 0.55 | 0.51 | 0 | 0.13 | 235.12 | 0.66 | 0.63 |
| Hex | 64 | 6E | DF | 37 | 33 | 0 | D | EB | 42 | 3F |
| Octal | 144 | 156 | 337 | 67 | 63 | 0 | 15 | 353 | 102 | 77 |
| Binary | 1100100 | 1101110 | 11011111 | 110111 | 110011 | 0 | 1101 | 11101011 | 1000010 | 111111 |
Color Harmonies of #646EDF
Complementary color
Monochromatic Colors of #646EDF
Black with #646EDF
Text Example
Text Example
White with #646EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646EDF; }
p { color: rgb(100,110,223); }
H1.HeaderClassName
{
color: #646EDF;
}
.AnyTagClassName
{
color: #646EDF;
}
</style>
background-color css
<style>
a { background-color: #646EDF; }
a { background-color: rgb(100,110,223); }
div.DivClassName
{
background-color: #646EDF;
}
.BgClassName
{
background-color: #646EDF;
}
</style>
border-color css
<style>
span { border-color: #646EDF; }
span { border-color: rgb(100,110,223); }
td.TdClassName
{
border-color: #646EDF;
}
.TagClassName
{
border-color: #646EDF;
}
</style>