Shades of Slate Blue #646AE0
Tints of Slate Blue #646AE0
RGB
CMYK
RGB Variations
Color information
#646AE0 (or 0x646AE0) is known color: Slate Blue. HEX triplet: 64, 6A and E0. RGB value is (100,106,224). Sum of RGB (Red+Green+Blue) = 100+106+224=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #646AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646AE0 is #9B951F. Grayscale: #757575. Windows color (decimal): -10196256 or 14707300. OLE color: 14707300.
HSL color Cylindrical-coordinate representation of color #646AE0: hue angle of 237.1º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646AE0 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 106 | 224 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.12 |
| HSL | 237.1º | 0.67% | 0.64% | - |
| HSV(B) | 237.1º | 0.55% | 0.88% | - |
| XYZ | 23.86 | 18.4 | 72.81 | - |
| YUV | 117.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 224 | 0.55 | 0.53 | 0 | 0.12 | 237.1 | 0.67 | 0.64 |
| Hex | 64 | 6A | E0 | 37 | 35 | 0 | C | ED | 43 | 40 |
| Octal | 144 | 152 | 340 | 67 | 65 | 0 | 14 | 355 | 103 | 100 |
| Binary | 1100100 | 1101010 | 11100000 | 110111 | 110101 | 0 | 1100 | 11101101 | 1000011 | 1000000 |
Color Harmonies of #646AE0
Complementary color
Monochromatic Colors of #646AE0
Black with #646AE0
Text Example
Text Example
White with #646AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646AE0; }
p { color: rgb(100,106,224); }
H1.HeaderClassName
{
color: #646AE0;
}
.AnyTagClassName
{
color: #646AE0;
}
</style>
background-color css
<style>
a { background-color: #646AE0; }
a { background-color: rgb(100,106,224); }
div.DivClassName
{
background-color: #646AE0;
}
.BgClassName
{
background-color: #646AE0;
}
</style>
border-color css
<style>
span { border-color: #646AE0; }
span { border-color: rgb(100,106,224); }
td.TdClassName
{
border-color: #646AE0;
}
.TagClassName
{
border-color: #646AE0;
}
</style>