Shades of Slate Blue #6F4FC1
Tints of Slate Blue #6F4FC1
RGB
CMYK
RGB Variations
Color information
#6F4FC1 (or 0x6F4FC1) is known color: Slate Blue. HEX triplet: 6F, 4F and C1. RGB value is (111,79,193). Sum of RGB (Red+Green+Blue) = 111+79+193=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F4FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FC1 is #90B03E. Grayscale: #656565. Windows color (decimal): -9482303 or 12668783. OLE color: 12668783.
HSL color Cylindrical-coordinate representation of color #6F4FC1: hue angle of 256.84º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F4FC1 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 79 | 193 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.24 |
| HSL | 256.84º | 0.48% | 0.53% | - |
| HSV(B) | 256.84º | 0.59% | 0.76% | - |
| XYZ | 18.98 | 12.82 | 51.93 | - |
| YUV | 101.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 193 | 0.42 | 0.59 | 0 | 0.24 | 256.84 | 0.48 | 0.53 |
| Hex | 6F | 4F | C1 | 2A | 3B | 0 | 18 | 101 | 30 | 35 |
| Octal | 157 | 117 | 301 | 52 | 73 | 0 | 30 | 401 | 60 | 65 |
| Binary | 1101111 | 1001111 | 11000001 | 101010 | 111011 | 0 | 11000 | 100000001 | 110000 | 110101 |
Color Harmonies of #6F4FC1
Complementary color
Monochromatic Colors of #6F4FC1
Black with #6F4FC1
Text Example
Text Example
White with #6F4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4FC1; }
p { color: rgb(111,79,193); }
H1.HeaderClassName
{
color: #6F4FC1;
}
.AnyTagClassName
{
color: #6F4FC1;
}
</style>
background-color css
<style>
a { background-color: #6F4FC1; }
a { background-color: rgb(111,79,193); }
div.DivClassName
{
background-color: #6F4FC1;
}
.BgClassName
{
background-color: #6F4FC1;
}
</style>
border-color css
<style>
span { border-color: #6F4FC1; }
span { border-color: rgb(111,79,193); }
td.TdClassName
{
border-color: #6F4FC1;
}
.TagClassName
{
border-color: #6F4FC1;
}
</style>