Shades of Medium Slate Blue #6F64F9
Tints of Medium Slate Blue #6F64F9
RGB
CMYK
RGB Variations
Color information
#6F64F9 (or 0x6F64F9) is known color: Medium Slate Blue. HEX triplet: 6F, 64 and F9. RGB value is (111,100,249). Sum of RGB (Red+Green+Blue) = 111+100+249=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F64F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F64F9 is #909B06. Grayscale: #777777. Windows color (decimal): -9476871 or 16344175. OLE color: 16344175.
HSL color Cylindrical-coordinate representation of color #6F64F9: hue angle of 244.43º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F64F9 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 100 | 249 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.02 |
| HSL | 244.43º | 0.93% | 0.68% | - |
| HSV(B) | 244.43º | 0.6% | 0.98% | - |
| XYZ | 28.21 | 19.33 | 91.87 | - |
| YUV | 120.28 | 200.64 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 249 | 0.55 | 0.60 | 0 | 0.02 | 244.43 | 0.93 | 0.68 |
| Hex | 6F | 64 | F9 | 37 | 3C | 0 | 2 | F4 | 5D | 44 |
| Octal | 157 | 144 | 371 | 67 | 74 | 0 | 2 | 364 | 135 | 104 |
| Binary | 1101111 | 1100100 | 11111001 | 110111 | 111100 | 0 | 10 | 11110100 | 1011101 | 1000100 |
Color Harmonies of #6F64F9
Complementary color
Monochromatic Colors of #6F64F9
Black with #6F64F9
Text Example
Text Example
White with #6F64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F64F9; }
p { color: rgb(111,100,249); }
H1.HeaderClassName
{
color: #6F64F9;
}
.AnyTagClassName
{
color: #6F64F9;
}
</style>
background-color css
<style>
a { background-color: #6F64F9; }
a { background-color: rgb(111,100,249); }
div.DivClassName
{
background-color: #6F64F9;
}
.BgClassName
{
background-color: #6F64F9;
}
</style>
border-color css
<style>
span { border-color: #6F64F9; }
span { border-color: rgb(111,100,249); }
td.TdClassName
{
border-color: #6F64F9;
}
.TagClassName
{
border-color: #6F64F9;
}
</style>