Shades of Slate Blue #6D63CD
Tints of Slate Blue #6D63CD
RGB
CMYK
RGB Variations
Color information
#6D63CD (or 0x6D63CD) is known color: Slate Blue. HEX triplet: 6D, 63 and CD. RGB value is (109,99,205). Sum of RGB (Red+Green+Blue) = 109+99+205=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D63CD is #929C32. Grayscale: #717171. Windows color (decimal): -9608243 or 13460333. OLE color: 13460333.
HSL color Cylindrical-coordinate representation of color #6D63CD: hue angle of 245.66º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D63CD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 99 | 205 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.20 |
| HSL | 245.66º | 0.51% | 0.6% | - |
| HSV(B) | 245.66º | 0.52% | 0.8% | - |
| XYZ | 21.79 | 16.58 | 59.81 | - |
| YUV | 114.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 205 | 0.47 | 0.52 | 0 | 0.20 | 245.66 | 0.51 | 0.6 |
| Hex | 6D | 63 | CD | 2F | 34 | 0 | 14 | F6 | 33 | 3C |
| Octal | 155 | 143 | 315 | 57 | 64 | 0 | 24 | 366 | 63 | 74 |
| Binary | 1101101 | 1100011 | 11001101 | 101111 | 110100 | 0 | 10100 | 11110110 | 110011 | 111100 |
Color Harmonies of #6D63CD
Complementary color
Monochromatic Colors of #6D63CD
Black with #6D63CD
Text Example
Text Example
White with #6D63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D63CD; }
p { color: rgb(109,99,205); }
H1.HeaderClassName
{
color: #6D63CD;
}
.AnyTagClassName
{
color: #6D63CD;
}
</style>
background-color css
<style>
a { background-color: #6D63CD; }
a { background-color: rgb(109,99,205); }
div.DivClassName
{
background-color: #6D63CD;
}
.BgClassName
{
background-color: #6D63CD;
}
</style>
border-color css
<style>
span { border-color: #6D63CD; }
span { border-color: rgb(109,99,205); }
td.TdClassName
{
border-color: #6D63CD;
}
.TagClassName
{
border-color: #6D63CD;
}
</style>