Shades of Slate Blue #6D50CD
Tints of Slate Blue #6D50CD
RGB
CMYK
RGB Variations
Color information
#6D50CD (or 0x6D50CD) is known color: Slate Blue. HEX triplet: 6D, 50 and CD. RGB value is (109,80,205). Sum of RGB (Red+Green+Blue) = 109+80+205=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D50CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D50CD is #92AF32. Grayscale: #666666. Windows color (decimal): -9613107 or 13455469. OLE color: 13455469.
HSL color Cylindrical-coordinate representation of color #6D50CD: hue angle of 253.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D50CD is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 80 | 205 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.20 |
| HSL | 253.92º | 0.56% | 0.56% | - |
| HSV(B) | 253.92º | 0.61% | 0.8% | - |
| XYZ | 20.19 | 13.4 | 59.28 | - |
| YUV | 102.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 205 | 0.47 | 0.61 | 0 | 0.20 | 253.92 | 0.56 | 0.56 |
| Hex | 6D | 50 | CD | 2F | 3D | 0 | 14 | FE | 38 | 38 |
| Octal | 155 | 120 | 315 | 57 | 75 | 0 | 24 | 376 | 70 | 70 |
| Binary | 1101101 | 1010000 | 11001101 | 101111 | 111101 | 0 | 10100 | 11111110 | 111000 | 111000 |
Color Harmonies of #6D50CD
Complementary color
Monochromatic Colors of #6D50CD
Black with #6D50CD
Text Example
Text Example
White with #6D50CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D50CD; }
p { color: rgb(109,80,205); }
H1.HeaderClassName
{
color: #6D50CD;
}
.AnyTagClassName
{
color: #6D50CD;
}
</style>
background-color css
<style>
a { background-color: #6D50CD; }
a { background-color: rgb(109,80,205); }
div.DivClassName
{
background-color: #6D50CD;
}
.BgClassName
{
background-color: #6D50CD;
}
</style>
border-color css
<style>
span { border-color: #6D50CD; }
span { border-color: rgb(109,80,205); }
td.TdClassName
{
border-color: #6D50CD;
}
.TagClassName
{
border-color: #6D50CD;
}
</style>