Shades of Slate Blue #646ACF
Tints of Slate Blue #646ACF
RGB
CMYK
RGB Variations
Color information
#646ACF (or 0x646ACF) is known color: Slate Blue. HEX triplet: 64, 6A and CF. RGB value is (100,106,207). Sum of RGB (Red+Green+Blue) = 100+106+207=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #646ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ACF is #9B9530. Grayscale: #737373. Windows color (decimal): -10196273 or 13593188. OLE color: 13593188.
HSL color Cylindrical-coordinate representation of color #646ACF: hue angle of 236.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #646ACF is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 106 | 207 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.19 |
| HSL | 236.64º | 0.53% | 0.6% | - |
| HSV(B) | 236.64º | 0.52% | 0.81% | - |
| XYZ | 21.67 | 17.52 | 61.27 | - |
| YUV | 115.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 207 | 0.52 | 0.49 | 0 | 0.19 | 236.64 | 0.53 | 0.6 |
| Hex | 64 | 6A | CF | 34 | 31 | 0 | 13 | ED | 35 | 3C |
| Octal | 144 | 152 | 317 | 64 | 61 | 0 | 23 | 355 | 65 | 74 |
| Binary | 1100100 | 1101010 | 11001111 | 110100 | 110001 | 0 | 10011 | 11101101 | 110101 | 111100 |
Color Harmonies of #646ACF
Complementary color
Monochromatic Colors of #646ACF
Black with #646ACF
Text Example
Text Example
White with #646ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646ACF; }
p { color: rgb(100,106,207); }
H1.HeaderClassName
{
color: #646ACF;
}
.AnyTagClassName
{
color: #646ACF;
}
</style>
background-color css
<style>
a { background-color: #646ACF; }
a { background-color: rgb(100,106,207); }
div.DivClassName
{
background-color: #646ACF;
}
.BgClassName
{
background-color: #646ACF;
}
</style>
border-color css
<style>
span { border-color: #646ACF; }
span { border-color: rgb(100,106,207); }
td.TdClassName
{
border-color: #646ACF;
}
.TagClassName
{
border-color: #646ACF;
}
</style>