Shades of Slate Blue #6F49CF
Tints of Slate Blue #6F49CF
RGB
CMYK
RGB Variations
Color information
#6F49CF (or 0x6F49CF) is known color: Slate Blue. HEX triplet: 6F, 49 and CF. RGB value is (111,73,207). Sum of RGB (Red+Green+Blue) = 111+73+207=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F49CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49CF is #90B630. Grayscale: #636363. Windows color (decimal): -9483825 or 13584751. OLE color: 13584751.
HSL color Cylindrical-coordinate representation of color #6F49CF: hue angle of 257.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F49CF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 73 | 207 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.19 |
| HSL | 257.01º | 0.58% | 0.55% | - |
| HSV(B) | 257.01º | 0.65% | 0.81% | - |
| XYZ | 20.2 | 12.65 | 60.41 | - |
| YUV | 99.64 | 188.59 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 207 | 0.46 | 0.65 | 0 | 0.19 | 257.01 | 0.58 | 0.55 |
| Hex | 6F | 49 | CF | 2E | 41 | 0 | 13 | 101 | 3A | 37 |
| Octal | 157 | 111 | 317 | 56 | 101 | 0 | 23 | 401 | 72 | 67 |
| Binary | 1101111 | 1001001 | 11001111 | 101110 | 1000001 | 0 | 10011 | 100000001 | 111010 | 110111 |
Color Harmonies of #6F49CF
Complementary color
Monochromatic Colors of #6F49CF
Black with #6F49CF
Text Example
Text Example
White with #6F49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49CF; }
p { color: rgb(111,73,207); }
H1.HeaderClassName
{
color: #6F49CF;
}
.AnyTagClassName
{
color: #6F49CF;
}
</style>
background-color css
<style>
a { background-color: #6F49CF; }
a { background-color: rgb(111,73,207); }
div.DivClassName
{
background-color: #6F49CF;
}
.BgClassName
{
background-color: #6F49CF;
}
</style>
border-color css
<style>
span { border-color: #6F49CF; }
span { border-color: rgb(111,73,207); }
td.TdClassName
{
border-color: #6F49CF;
}
.TagClassName
{
border-color: #6F49CF;
}
</style>