Shades of Slate Blue #6F4FCF
Tints of Slate Blue #6F4FCF
RGB
CMYK
RGB Variations
Color information
#6F4FCF (or 0x6F4FCF) is known color: Slate Blue. HEX triplet: 6F, 4F and CF. RGB value is (111,79,207). Sum of RGB (Red+Green+Blue) = 111+79+207=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F4FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FCF is #90B030. Grayscale: #666666. Windows color (decimal): -9482289 or 13586287. OLE color: 13586287.
HSL color Cylindrical-coordinate representation of color #6F4FCF: hue angle of 255º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F4FCF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 79 | 207 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.19 |
| HSL | 255º | 0.57% | 0.56% | - |
| HSV(B) | 255º | 0.62% | 0.81% | - |
| XYZ | 20.61 | 13.48 | 60.55 | - |
| YUV | 103.16 | 186.6 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 207 | 0.46 | 0.62 | 0 | 0.19 | 255 | 0.57 | 0.56 |
| Hex | 6F | 4F | CF | 2E | 3E | 0 | 13 | FF | 39 | 38 |
| Octal | 157 | 117 | 317 | 56 | 76 | 0 | 23 | 377 | 71 | 70 |
| Binary | 1101111 | 1001111 | 11001111 | 101110 | 111110 | 0 | 10011 | 11111111 | 111001 | 111000 |
Color Harmonies of #6F4FCF
Complementary color
Monochromatic Colors of #6F4FCF
Black with #6F4FCF
Text Example
Text Example
White with #6F4FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4FCF; }
p { color: rgb(111,79,207); }
H1.HeaderClassName
{
color: #6F4FCF;
}
.AnyTagClassName
{
color: #6F4FCF;
}
</style>
background-color css
<style>
a { background-color: #6F4FCF; }
a { background-color: rgb(111,79,207); }
div.DivClassName
{
background-color: #6F4FCF;
}
.BgClassName
{
background-color: #6F4FCF;
}
</style>
border-color css
<style>
span { border-color: #6F4FCF; }
span { border-color: rgb(111,79,207); }
td.TdClassName
{
border-color: #6F4FCF;
}
.TagClassName
{
border-color: #6F4FCF;
}
</style>