Shades of Slate Blue #6D55D4
Tints of Slate Blue #6D55D4
RGB
CMYK
RGB Variations
Color information
#6D55D4 (or 0x6D55D4) is known color: Slate Blue. HEX triplet: 6D, 55 and D4. RGB value is (109,85,212). Sum of RGB (Red+Green+Blue) = 109+85+212=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #6D55D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55D4 is #92AA2B. Grayscale: #6A6A6A. Windows color (decimal): -9611820 or 13915501. OLE color: 13915501.
HSL color Cylindrical-coordinate representation of color #6D55D4: hue angle of 251.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D55D4 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 85 | 212 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.17 |
| HSL | 251.34º | 0.6% | 0.58% | - |
| HSV(B) | 251.34º | 0.6% | 0.83% | - |
| XYZ | 21.44 | 14.5 | 63.96 | - |
| YUV | 106.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 212 | 0.49 | 0.60 | 0 | 0.17 | 251.34 | 0.6 | 0.58 |
| Hex | 6D | 55 | D4 | 31 | 3C | 0 | 11 | FB | 3C | 3A |
| Octal | 155 | 125 | 324 | 61 | 74 | 0 | 21 | 373 | 74 | 72 |
| Binary | 1101101 | 1010101 | 11010100 | 110001 | 111100 | 0 | 10001 | 11111011 | 111100 | 111010 |
Color Harmonies of #6D55D4
Complementary color
Monochromatic Colors of #6D55D4
Black with #6D55D4
Text Example
Text Example
White with #6D55D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D55D4; }
p { color: rgb(109,85,212); }
H1.HeaderClassName
{
color: #6D55D4;
}
.AnyTagClassName
{
color: #6D55D4;
}
</style>
background-color css
<style>
a { background-color: #6D55D4; }
a { background-color: rgb(109,85,212); }
div.DivClassName
{
background-color: #6D55D4;
}
.BgClassName
{
background-color: #6D55D4;
}
</style>
border-color css
<style>
span { border-color: #6D55D4; }
span { border-color: rgb(109,85,212); }
td.TdClassName
{
border-color: #6D55D4;
}
.TagClassName
{
border-color: #6D55D4;
}
</style>