Shades of Slate Blue #6D4DCC
Tints of Slate Blue #6D4DCC
RGB
CMYK
RGB Variations
Color information
#6D4DCC (or 0x6D4DCC) is known color: Slate Blue. HEX triplet: 6D, 4D and CC. RGB value is (109,77,204). Sum of RGB (Red+Green+Blue) = 109+77+204=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DCC is #92B233. Grayscale: #646464. Windows color (decimal): -9613876 or 13389165. OLE color: 13389165.
HSL color Cylindrical-coordinate representation of color #6D4DCC: hue angle of 255.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4DCC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 77 | 204 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.2 |
| HSL | 255.12º | 0.55% | 0.55% | - |
| HSV(B) | 255.12º | 0.62% | 0.8% | - |
| XYZ | 19.86 | 12.92 | 58.57 | - |
| YUV | 101.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 204 | 0.47 | 0.62 | 0 | 0.2 | 255.12 | 0.55 | 0.55 |
| Hex | 6D | 4D | CC | 2F | 3E | 0 | 14 | FF | 37 | 37 |
| Octal | 155 | 115 | 314 | 57 | 76 | 0 | 24 | 377 | 67 | 67 |
| Binary | 1101101 | 1001101 | 11001100 | 101111 | 111110 | 0 | 10100 | 11111111 | 110111 | 110111 |
Color Harmonies of #6D4DCC
Complementary color
Monochromatic Colors of #6D4DCC
Black with #6D4DCC
Text Example
Text Example
White with #6D4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DCC; }
p { color: rgb(109,77,204); }
H1.HeaderClassName
{
color: #6D4DCC;
}
.AnyTagClassName
{
color: #6D4DCC;
}
</style>
background-color css
<style>
a { background-color: #6D4DCC; }
a { background-color: rgb(109,77,204); }
div.DivClassName
{
background-color: #6D4DCC;
}
.BgClassName
{
background-color: #6D4DCC;
}
</style>
border-color css
<style>
span { border-color: #6D4DCC; }
span { border-color: rgb(109,77,204); }
td.TdClassName
{
border-color: #6D4DCC;
}
.TagClassName
{
border-color: #6D4DCC;
}
</style>