Shades of Slate Blue #6F4DCC
Tints of Slate Blue #6F4DCC
RGB
CMYK
RGB Variations
Color information
#6F4DCC (or 0x6F4DCC) is known color: Slate Blue. HEX triplet: 6F, 4D and CC. RGB value is (111,77,204). Sum of RGB (Red+Green+Blue) = 111+77+204=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4DCC is #90B233. Grayscale: #656565. Windows color (decimal): -9482804 or 13389167. OLE color: 13389167.
HSL color Cylindrical-coordinate representation of color #6F4DCC: hue angle of 256.06º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F4DCC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 77 | 204 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.2 |
| HSL | 256.06º | 0.55% | 0.55% | - |
| HSV(B) | 256.06º | 0.62% | 0.8% | - |
| XYZ | 20.11 | 13.05 | 58.59 | - |
| YUV | 101.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 204 | 0.46 | 0.62 | 0 | 0.2 | 256.06 | 0.55 | 0.55 |
| Hex | 6F | 4D | CC | 2E | 3E | 0 | 14 | 100 | 37 | 37 |
| Octal | 157 | 115 | 314 | 56 | 76 | 0 | 24 | 400 | 67 | 67 |
| Binary | 1101111 | 1001101 | 11001100 | 101110 | 111110 | 0 | 10100 | 100000000 | 110111 | 110111 |
Color Harmonies of #6F4DCC
Complementary color
Monochromatic Colors of #6F4DCC
Black with #6F4DCC
Text Example
Text Example
White with #6F4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4DCC; }
p { color: rgb(111,77,204); }
H1.HeaderClassName
{
color: #6F4DCC;
}
.AnyTagClassName
{
color: #6F4DCC;
}
</style>
background-color css
<style>
a { background-color: #6F4DCC; }
a { background-color: rgb(111,77,204); }
div.DivClassName
{
background-color: #6F4DCC;
}
.BgClassName
{
background-color: #6F4DCC;
}
</style>
border-color css
<style>
span { border-color: #6F4DCC; }
span { border-color: rgb(111,77,204); }
td.TdClassName
{
border-color: #6F4DCC;
}
.TagClassName
{
border-color: #6F4DCC;
}
</style>