Shades of Slate Blue #6F5DCE
Tints of Slate Blue #6F5DCE
RGB
CMYK
RGB Variations
Color information
#6F5DCE (or 0x6F5DCE) is known color: Slate Blue. HEX triplet: 6F, 5D and CE. RGB value is (111,93,206). Sum of RGB (Red+Green+Blue) = 111+93+206=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5DCE is #90A231. Grayscale: #6E6E6E. Windows color (decimal): -9478706 or 13524335. OLE color: 13524335.
HSL color Cylindrical-coordinate representation of color #6F5DCE: hue angle of 249.56º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5DCE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 93 | 206 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.19 |
| HSL | 249.56º | 0.54% | 0.59% | - |
| HSV(B) | 249.56º | 0.55% | 0.81% | - |
| XYZ | 21.61 | 15.66 | 60.28 | - |
| YUV | 111.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 206 | 0.46 | 0.55 | 0 | 0.19 | 249.56 | 0.54 | 0.59 |
| Hex | 6F | 5D | CE | 2E | 37 | 0 | 13 | FA | 36 | 3B |
| Octal | 157 | 135 | 316 | 56 | 67 | 0 | 23 | 372 | 66 | 73 |
| Binary | 1101111 | 1011101 | 11001110 | 101110 | 110111 | 0 | 10011 | 11111010 | 110110 | 111011 |
Color Harmonies of #6F5DCE
Complementary color
Monochromatic Colors of #6F5DCE
Black with #6F5DCE
Text Example
Text Example
White with #6F5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5DCE; }
p { color: rgb(111,93,206); }
H1.HeaderClassName
{
color: #6F5DCE;
}
.AnyTagClassName
{
color: #6F5DCE;
}
</style>
background-color css
<style>
a { background-color: #6F5DCE; }
a { background-color: rgb(111,93,206); }
div.DivClassName
{
background-color: #6F5DCE;
}
.BgClassName
{
background-color: #6F5DCE;
}
</style>
border-color css
<style>
span { border-color: #6F5DCE; }
span { border-color: rgb(111,93,206); }
td.TdClassName
{
border-color: #6F5DCE;
}
.TagClassName
{
border-color: #6F5DCE;
}
</style>