Shades of Slate Blue #6D55CD
Tints of Slate Blue #6D55CD
RGB
CMYK
RGB Variations
Color information
#6D55CD (or 0x6D55CD) is known color: Slate Blue. HEX triplet: 6D, 55 and CD. RGB value is (109,85,205). Sum of RGB (Red+Green+Blue) = 109+85+205=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D55CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55CD is #92AA32. Grayscale: #696969. Windows color (decimal): -9611827 or 13456749. OLE color: 13456749.
HSL color Cylindrical-coordinate representation of color #6D55CD: hue angle of 252º 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 #6D55CD is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 85 | 205 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.20 |
| HSL | 252º | 0.55% | 0.57% | - |
| HSV(B) | 252º | 0.59% | 0.8% | - |
| XYZ | 20.57 | 14.16 | 59.41 | - |
| YUV | 105.86 | 183.95 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 205 | 0.47 | 0.59 | 0 | 0.20 | 252 | 0.55 | 0.57 |
| Hex | 6D | 55 | CD | 2F | 3B | 0 | 14 | FC | 37 | 39 |
| Octal | 155 | 125 | 315 | 57 | 73 | 0 | 24 | 374 | 67 | 71 |
| Binary | 1101101 | 1010101 | 11001101 | 101111 | 111011 | 0 | 10100 | 11111100 | 110111 | 111001 |
Color Harmonies of #6D55CD
Complementary color
Monochromatic Colors of #6D55CD
Black with #6D55CD
Text Example
Text Example
White with #6D55CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D55CD; }
p { color: rgb(109,85,205); }
H1.HeaderClassName
{
color: #6D55CD;
}
.AnyTagClassName
{
color: #6D55CD;
}
</style>
background-color css
<style>
a { background-color: #6D55CD; }
a { background-color: rgb(109,85,205); }
div.DivClassName
{
background-color: #6D55CD;
}
.BgClassName
{
background-color: #6D55CD;
}
</style>
border-color css
<style>
span { border-color: #6D55CD; }
span { border-color: rgb(109,85,205); }
td.TdClassName
{
border-color: #6D55CD;
}
.TagClassName
{
border-color: #6D55CD;
}
</style>