Shades of Slate Blue #6C46CD
Tints of Slate Blue #6C46CD
RGB
CMYK
RGB Variations
Color information
#6C46CD (or 0x6C46CD) is known color: Slate Blue. HEX triplet: 6C, 46 and CD. RGB value is (108,70,205). Sum of RGB (Red+Green+Blue) = 108+70+205=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C46CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C46CD is #93B932. Grayscale: #606060. Windows color (decimal): -9681203 or 13452908. OLE color: 13452908.
HSL color Cylindrical-coordinate representation of color #6C46CD: hue angle of 256.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C46CD is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 70 | 205 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.20 |
| HSL | 256.89º | 0.57% | 0.54% | - |
| HSV(B) | 256.89º | 0.66% | 0.8% | - |
| XYZ | 19.39 | 11.98 | 59.05 | - |
| YUV | 96.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 205 | 0.47 | 0.66 | 0 | 0.20 | 256.89 | 0.57 | 0.54 |
| Hex | 6C | 46 | CD | 2F | 42 | 0 | 14 | 101 | 39 | 36 |
| Octal | 154 | 106 | 315 | 57 | 102 | 0 | 24 | 401 | 71 | 66 |
| Binary | 1101100 | 1000110 | 11001101 | 101111 | 1000010 | 0 | 10100 | 100000001 | 111001 | 110110 |
Color Harmonies of #6C46CD
Complementary color
Monochromatic Colors of #6C46CD
Black with #6C46CD
Text Example
Text Example
White with #6C46CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C46CD; }
p { color: rgb(108,70,205); }
H1.HeaderClassName
{
color: #6C46CD;
}
.AnyTagClassName
{
color: #6C46CD;
}
</style>
background-color css
<style>
a { background-color: #6C46CD; }
a { background-color: rgb(108,70,205); }
div.DivClassName
{
background-color: #6C46CD;
}
.BgClassName
{
background-color: #6C46CD;
}
</style>
border-color css
<style>
span { border-color: #6C46CD; }
span { border-color: rgb(108,70,205); }
td.TdClassName
{
border-color: #6C46CD;
}
.TagClassName
{
border-color: #6C46CD;
}
</style>