Shades of Slate Blue #6F44DF
Tints of Slate Blue #6F44DF
RGB
CMYK
RGB Variations
Color information
#6F44DF (or 0x6F44DF) is known color: Slate Blue. HEX triplet: 6F, 44 and DF. RGB value is (111,68,223). Sum of RGB (Red+Green+Blue) = 111+68+223=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F44DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F44DF is #90BB20. Grayscale: #616161. Windows color (decimal): -9485089 or 14632047. OLE color: 14632047.
HSL color Cylindrical-coordinate representation of color #6F44DF: hue angle of 256.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F44DF is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 68 | 223 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.13 |
| HSL | 256.65º | 0.71% | 0.57% | - |
| HSV(B) | 256.65º | 0.7% | 0.87% | - |
| XYZ | 21.94 | 12.84 | 71.13 | - |
| YUV | 98.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 223 | 0.50 | 0.70 | 0 | 0.13 | 256.65 | 0.71 | 0.57 |
| Hex | 6F | 44 | DF | 32 | 46 | 0 | D | 101 | 47 | 39 |
| Octal | 157 | 104 | 337 | 62 | 106 | 0 | 15 | 401 | 107 | 71 |
| Binary | 1101111 | 1000100 | 11011111 | 110010 | 1000110 | 0 | 1101 | 100000001 | 1000111 | 111001 |
Color Harmonies of #6F44DF
Complementary color
Monochromatic Colors of #6F44DF
Black with #6F44DF
Text Example
Text Example
White with #6F44DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F44DF; }
p { color: rgb(111,68,223); }
H1.HeaderClassName
{
color: #6F44DF;
}
.AnyTagClassName
{
color: #6F44DF;
}
</style>
background-color css
<style>
a { background-color: #6F44DF; }
a { background-color: rgb(111,68,223); }
div.DivClassName
{
background-color: #6F44DF;
}
.BgClassName
{
background-color: #6F44DF;
}
</style>
border-color css
<style>
span { border-color: #6F44DF; }
span { border-color: rgb(111,68,223); }
td.TdClassName
{
border-color: #6F44DF;
}
.TagClassName
{
border-color: #6F44DF;
}
</style>