Shades of Slate Blue #6F4BC6
Tints of Slate Blue #6F4BC6
RGB
CMYK
RGB Variations
Color information
#6F4BC6 (or 0x6F4BC6) is known color: Slate Blue. HEX triplet: 6F, 4B and C6. RGB value is (111,75,198). Sum of RGB (Red+Green+Blue) = 111+75+198=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F4BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4BC6 is #90B439. Grayscale: #636363. Windows color (decimal): -9483322 or 12995439. OLE color: 12995439.
HSL color Cylindrical-coordinate representation of color #6F4BC6: hue angle of 257.56º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F4BC6 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 75 | 198 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.22 |
| HSL | 257.56º | 0.52% | 0.54% | - |
| HSV(B) | 257.56º | 0.62% | 0.78% | - |
| XYZ | 19.26 | 12.49 | 54.82 | - |
| YUV | 99.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 198 | 0.44 | 0.62 | 0 | 0.22 | 257.56 | 0.52 | 0.54 |
| Hex | 6F | 4B | C6 | 2C | 3E | 0 | 16 | 102 | 34 | 36 |
| Octal | 157 | 113 | 306 | 54 | 76 | 0 | 26 | 402 | 64 | 66 |
| Binary | 1101111 | 1001011 | 11000110 | 101100 | 111110 | 0 | 10110 | 100000010 | 110100 | 110110 |
Color Harmonies of #6F4BC6
Complementary color
Monochromatic Colors of #6F4BC6
Black with #6F4BC6
Text Example
Text Example
White with #6F4BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4BC6; }
p { color: rgb(111,75,198); }
H1.HeaderClassName
{
color: #6F4BC6;
}
.AnyTagClassName
{
color: #6F4BC6;
}
</style>
background-color css
<style>
a { background-color: #6F4BC6; }
a { background-color: rgb(111,75,198); }
div.DivClassName
{
background-color: #6F4BC6;
}
.BgClassName
{
background-color: #6F4BC6;
}
</style>
border-color css
<style>
span { border-color: #6F4BC6; }
span { border-color: rgb(111,75,198); }
td.TdClassName
{
border-color: #6F4BC6;
}
.TagClassName
{
border-color: #6F4BC6;
}
</style>