Shades of Slate Blue #6F4ACD
Tints of Slate Blue #6F4ACD
RGB
CMYK
RGB Variations
Color information
#6F4ACD (or 0x6F4ACD) is known color: Slate Blue. HEX triplet: 6F, 4A and CD. RGB value is (111,74,205). Sum of RGB (Red+Green+Blue) = 111+74+205=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F4ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4ACD is #90B532. Grayscale: #636363. Windows color (decimal): -9483571 or 13453935. OLE color: 13453935.
HSL color Cylindrical-coordinate representation of color #6F4ACD: hue angle of 256.95º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F4ACD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 74 | 205 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.20 |
| HSL | 256.95º | 0.57% | 0.55% | - |
| HSV(B) | 256.95º | 0.64% | 0.8% | - |
| XYZ | 20.02 | 12.68 | 59.15 | - |
| YUV | 100 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 205 | 0.46 | 0.64 | 0 | 0.20 | 256.95 | 0.57 | 0.55 |
| Hex | 6F | 4A | CD | 2E | 40 | 0 | 14 | 101 | 39 | 37 |
| Octal | 157 | 112 | 315 | 56 | 100 | 0 | 24 | 401 | 71 | 67 |
| Binary | 1101111 | 1001010 | 11001101 | 101110 | 1000000 | 0 | 10100 | 100000001 | 111001 | 110111 |
Color Harmonies of #6F4ACD
Complementary color
Monochromatic Colors of #6F4ACD
Black with #6F4ACD
Text Example
Text Example
White with #6F4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4ACD; }
p { color: rgb(111,74,205); }
H1.HeaderClassName
{
color: #6F4ACD;
}
.AnyTagClassName
{
color: #6F4ACD;
}
</style>
background-color css
<style>
a { background-color: #6F4ACD; }
a { background-color: rgb(111,74,205); }
div.DivClassName
{
background-color: #6F4ACD;
}
.BgClassName
{
background-color: #6F4ACD;
}
</style>
border-color css
<style>
span { border-color: #6F4ACD; }
span { border-color: rgb(111,74,205); }
td.TdClassName
{
border-color: #6F4ACD;
}
.TagClassName
{
border-color: #6F4ACD;
}
</style>