Shades of Slate Blue #6F5FD1
Tints of Slate Blue #6F5FD1
RGB
CMYK
RGB Variations
Color information
#6F5FD1 (or 0x6F5FD1) is known color: Slate Blue. HEX triplet: 6F, 5F and D1. RGB value is (111,95,209). Sum of RGB (Red+Green+Blue) = 111+95+209=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #6F5FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5FD1 is #90A02E. Grayscale: #707070. Windows color (decimal): -9478191 or 13721455. OLE color: 13721455.
HSL color Cylindrical-coordinate representation of color #6F5FD1: hue angle of 248.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5FD1 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 95 | 209 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.18 |
| HSL | 248.42º | 0.55% | 0.6% | - |
| HSV(B) | 248.42º | 0.55% | 0.82% | - |
| XYZ | 22.16 | 16.17 | 62.27 | - |
| YUV | 112.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 209 | 0.47 | 0.55 | 0 | 0.18 | 248.42 | 0.55 | 0.6 |
| Hex | 6F | 5F | D1 | 2F | 37 | 0 | 12 | F8 | 37 | 3C |
| Octal | 157 | 137 | 321 | 57 | 67 | 0 | 22 | 370 | 67 | 74 |
| Binary | 1101111 | 1011111 | 11010001 | 101111 | 110111 | 0 | 10010 | 11111000 | 110111 | 111100 |
Color Harmonies of #6F5FD1
Complementary color
Monochromatic Colors of #6F5FD1
Black with #6F5FD1
Text Example
Text Example
White with #6F5FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5FD1; }
p { color: rgb(111,95,209); }
H1.HeaderClassName
{
color: #6F5FD1;
}
.AnyTagClassName
{
color: #6F5FD1;
}
</style>
background-color css
<style>
a { background-color: #6F5FD1; }
a { background-color: rgb(111,95,209); }
div.DivClassName
{
background-color: #6F5FD1;
}
.BgClassName
{
background-color: #6F5FD1;
}
</style>
border-color css
<style>
span { border-color: #6F5FD1; }
span { border-color: rgb(111,95,209); }
td.TdClassName
{
border-color: #6F5FD1;
}
.TagClassName
{
border-color: #6F5FD1;
}
</style>