Shades of Slate Blue #6F4FDE
Tints of Slate Blue #6F4FDE
RGB
CMYK
RGB Variations
Color information
#6F4FDE (or 0x6F4FDE) is known color: Slate Blue. HEX triplet: 6F, 4F and DE. RGB value is (111,79,222). Sum of RGB (Red+Green+Blue) = 111+79+222=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F4FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FDE is #90B021. Grayscale: #686868. Windows color (decimal): -9482274 or 14569327. OLE color: 14569327.
HSL color Cylindrical-coordinate representation of color #6F4FDE: hue angle of 253.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F4FDE is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 79 | 222 | - |
| CMYK | 0.5 | 0.64 | 0 | 0.13 |
| HSL | 253.43º | 0.68% | 0.59% | - |
| HSV(B) | 253.43º | 0.64% | 0.87% | - |
| XYZ | 22.54 | 14.25 | 70.67 | - |
| YUV | 104.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 222 | 0.5 | 0.64 | 0 | 0.13 | 253.43 | 0.68 | 0.59 |
| Hex | 6F | 4F | DE | 32 | 40 | 0 | D | FD | 44 | 3B |
| Octal | 157 | 117 | 336 | 62 | 100 | 0 | 15 | 375 | 104 | 73 |
| Binary | 1101111 | 1001111 | 11011110 | 110010 | 1000000 | 0 | 1101 | 11111101 | 1000100 | 111011 |
Color Harmonies of #6F4FDE
Complementary color
Monochromatic Colors of #6F4FDE
Black with #6F4FDE
Text Example
Text Example
White with #6F4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4FDE; }
p { color: rgb(111,79,222); }
H1.HeaderClassName
{
color: #6F4FDE;
}
.AnyTagClassName
{
color: #6F4FDE;
}
</style>
background-color css
<style>
a { background-color: #6F4FDE; }
a { background-color: rgb(111,79,222); }
div.DivClassName
{
background-color: #6F4FDE;
}
.BgClassName
{
background-color: #6F4FDE;
}
</style>
border-color css
<style>
span { border-color: #6F4FDE; }
span { border-color: rgb(111,79,222); }
td.TdClassName
{
border-color: #6F4FDE;
}
.TagClassName
{
border-color: #6F4FDE;
}
</style>