Shades of Medium Slate Blue #6964FF
Tints of Medium Slate Blue #6964FF
RGB
CMYK
RGB Variations
Color information
#6964FF (or 0x6964FF) is known color: Medium Slate Blue. HEX triplet: 69, 64 and FF. RGB value is (105,100,255). Sum of RGB (Red+Green+Blue) = 105+100+255=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #6964FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6964FF is #969B00. Grayscale: #767676. Windows color (decimal): -9870081 or 16737385. OLE color: 16737385.
HSL color Cylindrical-coordinate representation of color #6964FF: hue angle of 241.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6964FF is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 100 | 255 | - |
| CMYK | 0.59 | 0.61 | 0 | 0 |
| HSL | 241.94º | 1% | 0.7% | - |
| HSV(B) | 241.94º | 0.61% | 1% | - |
| XYZ | 28.43 | 19.34 | 96.84 | - |
| YUV | 119.17 | 204.66 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 255 | 0.59 | 0.61 | 0 | 0 | 241.94 | 1 | 0.7 |
| Hex | 69 | 64 | FF | 3B | 3D | 0 | 0 | F2 | 64 | 46 |
| Octal | 151 | 144 | 377 | 73 | 75 | 0 | 0 | 362 | 144 | 106 |
| Binary | 1101001 | 1100100 | 11111111 | 111011 | 111101 | 0 | 0 | 11110010 | 1100100 | 1000110 |
Color Harmonies of #6964FF
Complementary color
Monochromatic Colors of #6964FF
Black with #6964FF
Text Example
Text Example
White with #6964FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964FF; }
p { color: rgb(105,100,255); }
H1.HeaderClassName
{
color: #6964FF;
}
.AnyTagClassName
{
color: #6964FF;
}
</style>
background-color css
<style>
a { background-color: #6964FF; }
a { background-color: rgb(105,100,255); }
div.DivClassName
{
background-color: #6964FF;
}
.BgClassName
{
background-color: #6964FF;
}
</style>
border-color css
<style>
span { border-color: #6964FF; }
span { border-color: rgb(105,100,255); }
td.TdClassName
{
border-color: #6964FF;
}
.TagClassName
{
border-color: #6964FF;
}
</style>