Shades of Slate Blue #6F43CF
Tints of Slate Blue #6F43CF
RGB
CMYK
RGB Variations
Color information
#6F43CF (or 0x6F43CF) is known color: Slate Blue. HEX triplet: 6F, 43 and CF. RGB value is (111,67,207). Sum of RGB (Red+Green+Blue) = 111+67+207=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F43CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F43CF is #90BC30. Grayscale: #5F5F5F. Windows color (decimal): -9485361 or 13583215. OLE color: 13583215.
HSL color Cylindrical-coordinate representation of color #6F43CF: hue angle of 258.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F43CF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 67 | 207 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.19 |
| HSL | 258.86º | 0.59% | 0.54% | - |
| HSV(B) | 258.86º | 0.68% | 0.81% | - |
| XYZ | 19.83 | 11.9 | 60.28 | - |
| YUV | 96.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 207 | 0.46 | 0.68 | 0 | 0.19 | 258.86 | 0.59 | 0.54 |
| Hex | 6F | 43 | CF | 2E | 44 | 0 | 13 | 103 | 3B | 36 |
| Octal | 157 | 103 | 317 | 56 | 104 | 0 | 23 | 403 | 73 | 66 |
| Binary | 1101111 | 1000011 | 11001111 | 101110 | 1000100 | 0 | 10011 | 100000011 | 111011 | 110110 |
Color Harmonies of #6F43CF
Complementary color
Monochromatic Colors of #6F43CF
Black with #6F43CF
Text Example
Text Example
White with #6F43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F43CF; }
p { color: rgb(111,67,207); }
H1.HeaderClassName
{
color: #6F43CF;
}
.AnyTagClassName
{
color: #6F43CF;
}
</style>
background-color css
<style>
a { background-color: #6F43CF; }
a { background-color: rgb(111,67,207); }
div.DivClassName
{
background-color: #6F43CF;
}
.BgClassName
{
background-color: #6F43CF;
}
</style>
border-color css
<style>
span { border-color: #6F43CF; }
span { border-color: rgb(111,67,207); }
td.TdClassName
{
border-color: #6F43CF;
}
.TagClassName
{
border-color: #6F43CF;
}
</style>