Shades of Slate Blue #6F5BDC
Tints of Slate Blue #6F5BDC
RGB
CMYK
RGB Variations
Color information
#6F5BDC (or 0x6F5BDC) is known color: Slate Blue. HEX triplet: 6F, 5B and DC. RGB value is (111,91,220). Sum of RGB (Red+Green+Blue) = 111+91+220=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BDC is #90A423. Grayscale: #6F6F6F. Windows color (decimal): -9479204 or 14441327. OLE color: 14441327.
HSL color Cylindrical-coordinate representation of color #6F5BDC: hue angle of 249.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F5BDC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 91 | 220 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.14 |
| HSL | 249.3º | 0.65% | 0.61% | - |
| HSV(B) | 249.3º | 0.59% | 0.86% | - |
| XYZ | 23.21 | 16.03 | 69.58 | - |
| YUV | 111.69 | 189.13 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 220 | 0.50 | 0.59 | 0 | 0.14 | 249.3 | 0.65 | 0.61 |
| Hex | 6F | 5B | DC | 32 | 3B | 0 | E | F9 | 41 | 3D |
| Octal | 157 | 133 | 334 | 62 | 73 | 0 | 16 | 371 | 101 | 75 |
| Binary | 1101111 | 1011011 | 11011100 | 110010 | 111011 | 0 | 1110 | 11111001 | 1000001 | 111101 |
Color Harmonies of #6F5BDC
Complementary color
Monochromatic Colors of #6F5BDC
Black with #6F5BDC
Text Example
Text Example
White with #6F5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5BDC; }
p { color: rgb(111,91,220); }
H1.HeaderClassName
{
color: #6F5BDC;
}
.AnyTagClassName
{
color: #6F5BDC;
}
</style>
background-color css
<style>
a { background-color: #6F5BDC; }
a { background-color: rgb(111,91,220); }
div.DivClassName
{
background-color: #6F5BDC;
}
.BgClassName
{
background-color: #6F5BDC;
}
</style>
border-color css
<style>
span { border-color: #6F5BDC; }
span { border-color: rgb(111,91,220); }
td.TdClassName
{
border-color: #6F5BDC;
}
.TagClassName
{
border-color: #6F5BDC;
}
</style>