Shades of Slate Blue #646BCF
Tints of Slate Blue #646BCF
RGB
CMYK
RGB Variations
Color information
#646BCF (or 0x646BCF) is known color: Slate Blue. HEX triplet: 64, 6B and CF. RGB value is (100,107,207). Sum of RGB (Red+Green+Blue) = 100+107+207=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #646BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BCF is #9B9430. Grayscale: #737373. Windows color (decimal): -10196017 or 13593444. OLE color: 13593444.
HSL color Cylindrical-coordinate representation of color #646BCF: hue angle of 236.07º 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 #646BCF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 107 | 207 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.19 |
| HSL | 236.07º | 0.53% | 0.6% | - |
| HSV(B) | 236.07º | 0.52% | 0.81% | - |
| XYZ | 21.78 | 17.73 | 61.31 | - |
| YUV | 116.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 207 | 0.52 | 0.48 | 0 | 0.19 | 236.07 | 0.53 | 0.6 |
| Hex | 64 | 6B | CF | 34 | 30 | 0 | 13 | EC | 35 | 3C |
| Octal | 144 | 153 | 317 | 64 | 60 | 0 | 23 | 354 | 65 | 74 |
| Binary | 1100100 | 1101011 | 11001111 | 110100 | 110000 | 0 | 10011 | 11101100 | 110101 | 111100 |
Color Harmonies of #646BCF
Complementary color
Monochromatic Colors of #646BCF
Black with #646BCF
Text Example
Text Example
White with #646BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646BCF; }
p { color: rgb(100,107,207); }
H1.HeaderClassName
{
color: #646BCF;
}
.AnyTagClassName
{
color: #646BCF;
}
</style>
background-color css
<style>
a { background-color: #646BCF; }
a { background-color: rgb(100,107,207); }
div.DivClassName
{
background-color: #646BCF;
}
.BgClassName
{
background-color: #646BCF;
}
</style>
border-color css
<style>
span { border-color: #646BCF; }
span { border-color: rgb(100,107,207); }
td.TdClassName
{
border-color: #646BCF;
}
.TagClassName
{
border-color: #646BCF;
}
</style>