Shades of Slate Blue #6F5FCD
Tints of Slate Blue #6F5FCD
RGB
CMYK
RGB Variations
Color information
#6F5FCD (or 0x6F5FCD) is known color: Slate Blue. HEX triplet: 6F, 5F and CD. RGB value is (111,95,205). Sum of RGB (Red+Green+Blue) = 111+95+205=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5FCD is #90A032. Grayscale: #6F6F6F. Windows color (decimal): -9478195 or 13459311. OLE color: 13459311.
HSL color Cylindrical-coordinate representation of color #6F5FCD: hue angle of 248.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F5FCD is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 95 | 205 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.20 |
| HSL | 248.73º | 0.52% | 0.59% | - |
| HSV(B) | 248.73º | 0.54% | 0.8% | - |
| XYZ | 21.67 | 15.97 | 59.7 | - |
| YUV | 112.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 205 | 0.46 | 0.54 | 0 | 0.20 | 248.73 | 0.52 | 0.59 |
| Hex | 6F | 5F | CD | 2E | 36 | 0 | 14 | F9 | 34 | 3B |
| Octal | 157 | 137 | 315 | 56 | 66 | 0 | 24 | 371 | 64 | 73 |
| Binary | 1101111 | 1011111 | 11001101 | 101110 | 110110 | 0 | 10100 | 11111001 | 110100 | 111011 |
Color Harmonies of #6F5FCD
Complementary color
Monochromatic Colors of #6F5FCD
Black with #6F5FCD
Text Example
Text Example
White with #6F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5FCD; }
p { color: rgb(111,95,205); }
H1.HeaderClassName
{
color: #6F5FCD;
}
.AnyTagClassName
{
color: #6F5FCD;
}
</style>
background-color css
<style>
a { background-color: #6F5FCD; }
a { background-color: rgb(111,95,205); }
div.DivClassName
{
background-color: #6F5FCD;
}
.BgClassName
{
background-color: #6F5FCD;
}
</style>
border-color css
<style>
span { border-color: #6F5FCD; }
span { border-color: rgb(111,95,205); }
td.TdClassName
{
border-color: #6F5FCD;
}
.TagClassName
{
border-color: #6F5FCD;
}
</style>