Shades of Slate Blue #6F4DCE
Tints of Slate Blue #6F4DCE
RGB
CMYK
RGB Variations
Color information
#6F4DCE (or 0x6F4DCE) is known color: Slate Blue. HEX triplet: 6F, 4D and CE. RGB value is (111,77,206). Sum of RGB (Red+Green+Blue) = 111+77+206=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4DCE is #90B231. Grayscale: #656565. Windows color (decimal): -9482802 or 13520239. OLE color: 13520239.
HSL color Cylindrical-coordinate representation of color #6F4DCE: hue angle of 255.81º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F4DCE is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 77 | 206 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.19 |
| HSL | 255.81º | 0.57% | 0.55% | - |
| HSV(B) | 255.81º | 0.63% | 0.81% | - |
| XYZ | 20.35 | 13.14 | 59.86 | - |
| YUV | 101.87 | 186.76 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 206 | 0.46 | 0.63 | 0 | 0.19 | 255.81 | 0.57 | 0.55 |
| Hex | 6F | 4D | CE | 2E | 3F | 0 | 13 | 100 | 39 | 37 |
| Octal | 157 | 115 | 316 | 56 | 77 | 0 | 23 | 400 | 71 | 67 |
| Binary | 1101111 | 1001101 | 11001110 | 101110 | 111111 | 0 | 10011 | 100000000 | 111001 | 110111 |
Color Harmonies of #6F4DCE
Complementary color
Monochromatic Colors of #6F4DCE
Black with #6F4DCE
Text Example
Text Example
White with #6F4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4DCE; }
p { color: rgb(111,77,206); }
H1.HeaderClassName
{
color: #6F4DCE;
}
.AnyTagClassName
{
color: #6F4DCE;
}
</style>
background-color css
<style>
a { background-color: #6F4DCE; }
a { background-color: rgb(111,77,206); }
div.DivClassName
{
background-color: #6F4DCE;
}
.BgClassName
{
background-color: #6F4DCE;
}
</style>
border-color css
<style>
span { border-color: #6F4DCE; }
span { border-color: rgb(111,77,206); }
td.TdClassName
{
border-color: #6F4DCE;
}
.TagClassName
{
border-color: #6F4DCE;
}
</style>