Shades of Slate Blue #6F47CF
Tints of Slate Blue #6F47CF
RGB
CMYK
RGB Variations
Color information
#6F47CF (or 0x6F47CF) is known color: Slate Blue. HEX triplet: 6F, 47 and CF. RGB value is (111,71,207). Sum of RGB (Red+Green+Blue) = 111+71+207=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F47CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F47CF is #90B830. Grayscale: #616161. Windows color (decimal): -9484337 or 13584239. OLE color: 13584239.
HSL color Cylindrical-coordinate representation of color #6F47CF: hue angle of 257.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F47CF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 71 | 207 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.19 |
| HSL | 257.65º | 0.59% | 0.55% | - |
| HSV(B) | 257.65º | 0.66% | 0.81% | - |
| XYZ | 20.07 | 12.39 | 60.37 | - |
| YUV | 98.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 207 | 0.46 | 0.66 | 0 | 0.19 | 257.65 | 0.59 | 0.55 |
| Hex | 6F | 47 | CF | 2E | 42 | 0 | 13 | 102 | 3B | 37 |
| Octal | 157 | 107 | 317 | 56 | 102 | 0 | 23 | 402 | 73 | 67 |
| Binary | 1101111 | 1000111 | 11001111 | 101110 | 1000010 | 0 | 10011 | 100000010 | 111011 | 110111 |
Color Harmonies of #6F47CF
Complementary color
Monochromatic Colors of #6F47CF
Black with #6F47CF
Text Example
Text Example
White with #6F47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F47CF; }
p { color: rgb(111,71,207); }
H1.HeaderClassName
{
color: #6F47CF;
}
.AnyTagClassName
{
color: #6F47CF;
}
</style>
background-color css
<style>
a { background-color: #6F47CF; }
a { background-color: rgb(111,71,207); }
div.DivClassName
{
background-color: #6F47CF;
}
.BgClassName
{
background-color: #6F47CF;
}
</style>
border-color css
<style>
span { border-color: #6F47CF; }
span { border-color: rgb(111,71,207); }
td.TdClassName
{
border-color: #6F47CF;
}
.TagClassName
{
border-color: #6F47CF;
}
</style>