Shades of Slate Blue #646CE0
Tints of Slate Blue #646CE0
RGB
CMYK
RGB Variations
Color information
#646CE0 (or 0x646CE0) is known color: Slate Blue. HEX triplet: 64, 6C and E0. RGB value is (100,108,224). Sum of RGB (Red+Green+Blue) = 100+108+224=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #646CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CE0 is #9B931F. Grayscale: #767676. Windows color (decimal): -10195744 or 14707812. OLE color: 14707812.
HSL color Cylindrical-coordinate representation of color #646CE0: hue angle of 236.13º 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 #646CE0 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 108 | 224 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.12 |
| HSL | 236.13º | 0.67% | 0.64% | - |
| HSV(B) | 236.13º | 0.55% | 0.88% | - |
| XYZ | 24.07 | 18.82 | 72.88 | - |
| YUV | 118.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 224 | 0.55 | 0.52 | 0 | 0.12 | 236.13 | 0.67 | 0.64 |
| Hex | 64 | 6C | E0 | 37 | 34 | 0 | C | EC | 43 | 40 |
| Octal | 144 | 154 | 340 | 67 | 64 | 0 | 14 | 354 | 103 | 100 |
| Binary | 1100100 | 1101100 | 11100000 | 110111 | 110100 | 0 | 1100 | 11101100 | 1000011 | 1000000 |
Color Harmonies of #646CE0
Complementary color
Monochromatic Colors of #646CE0
Black with #646CE0
Text Example
Text Example
White with #646CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646CE0; }
p { color: rgb(100,108,224); }
H1.HeaderClassName
{
color: #646CE0;
}
.AnyTagClassName
{
color: #646CE0;
}
</style>
background-color css
<style>
a { background-color: #646CE0; }
a { background-color: rgb(100,108,224); }
div.DivClassName
{
background-color: #646CE0;
}
.BgClassName
{
background-color: #646CE0;
}
</style>
border-color css
<style>
span { border-color: #646CE0; }
span { border-color: rgb(100,108,224); }
td.TdClassName
{
border-color: #646CE0;
}
.TagClassName
{
border-color: #646CE0;
}
</style>