Shades of Slate Blue #6F49CD
Tints of Slate Blue #6F49CD
RGB
CMYK
RGB Variations
Color information
#6F49CD (or 0x6F49CD) is known color: Slate Blue. HEX triplet: 6F, 49 and CD. RGB value is (111,73,205). Sum of RGB (Red+Green+Blue) = 111+73+205=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49CD is #90B632. Grayscale: #626262. Windows color (decimal): -9483827 or 13453679. OLE color: 13453679.
HSL color Cylindrical-coordinate representation of color #6F49CD: hue angle of 257.27º 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 #6F49CD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 73 | 205 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.20 |
| HSL | 257.27º | 0.57% | 0.55% | - |
| HSV(B) | 257.27º | 0.64% | 0.8% | - |
| XYZ | 19.96 | 12.55 | 59.13 | - |
| YUV | 99.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 205 | 0.46 | 0.64 | 0 | 0.20 | 257.27 | 0.57 | 0.55 |
| Hex | 6F | 49 | CD | 2E | 40 | 0 | 14 | 101 | 39 | 37 |
| Octal | 157 | 111 | 315 | 56 | 100 | 0 | 24 | 401 | 71 | 67 |
| Binary | 1101111 | 1001001 | 11001101 | 101110 | 1000000 | 0 | 10100 | 100000001 | 111001 | 110111 |
Color Harmonies of #6F49CD
Complementary color
Monochromatic Colors of #6F49CD
Black with #6F49CD
Text Example
Text Example
White with #6F49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49CD; }
p { color: rgb(111,73,205); }
H1.HeaderClassName
{
color: #6F49CD;
}
.AnyTagClassName
{
color: #6F49CD;
}
</style>
background-color css
<style>
a { background-color: #6F49CD; }
a { background-color: rgb(111,73,205); }
div.DivClassName
{
background-color: #6F49CD;
}
.BgClassName
{
background-color: #6F49CD;
}
</style>
border-color css
<style>
span { border-color: #6F49CD; }
span { border-color: rgb(111,73,205); }
td.TdClassName
{
border-color: #6F49CD;
}
.TagClassName
{
border-color: #6F49CD;
}
</style>