Shades of Slate Blue #6F54CD
Tints of Slate Blue #6F54CD
RGB
CMYK
RGB Variations
Color information
#6F54CD (or 0x6F54CD) is known color: Slate Blue. HEX triplet: 6F, 54 and CD. RGB value is (111,84,205). Sum of RGB (Red+Green+Blue) = 111+84+205=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F54CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F54CD is #90AB32. Grayscale: #696969. Windows color (decimal): -9481011 or 13456495. OLE color: 13456495.
HSL color Cylindrical-coordinate representation of color #6F54CD: hue angle of 253.39º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F54CD is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 84 | 205 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.20 |
| HSL | 253.39º | 0.55% | 0.57% | - |
| HSV(B) | 253.39º | 0.59% | 0.8% | - |
| XYZ | 20.75 | 14.13 | 59.39 | - |
| YUV | 105.87 | 183.95 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 205 | 0.46 | 0.59 | 0 | 0.20 | 253.39 | 0.55 | 0.57 |
| Hex | 6F | 54 | CD | 2E | 3B | 0 | 14 | FD | 37 | 39 |
| Octal | 157 | 124 | 315 | 56 | 73 | 0 | 24 | 375 | 67 | 71 |
| Binary | 1101111 | 1010100 | 11001101 | 101110 | 111011 | 0 | 10100 | 11111101 | 110111 | 111001 |
Color Harmonies of #6F54CD
Complementary color
Monochromatic Colors of #6F54CD
Black with #6F54CD
Text Example
Text Example
White with #6F54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F54CD; }
p { color: rgb(111,84,205); }
H1.HeaderClassName
{
color: #6F54CD;
}
.AnyTagClassName
{
color: #6F54CD;
}
</style>
background-color css
<style>
a { background-color: #6F54CD; }
a { background-color: rgb(111,84,205); }
div.DivClassName
{
background-color: #6F54CD;
}
.BgClassName
{
background-color: #6F54CD;
}
</style>
border-color css
<style>
span { border-color: #6F54CD; }
span { border-color: rgb(111,84,205); }
td.TdClassName
{
border-color: #6F54CD;
}
.TagClassName
{
border-color: #6F54CD;
}
</style>