Shades of Slate Blue #6D6BDC
Tints of Slate Blue #6D6BDC
RGB
CMYK
RGB Variations
Color information
#6D6BDC (or 0x6D6BDC) is known color: Slate Blue. HEX triplet: 6D, 6B and DC. RGB value is (109,107,220). Sum of RGB (Red+Green+Blue) = 109+107+220=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D6BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6BDC is #929423. Grayscale: #787878. Windows color (decimal): -9606180 or 14445421. OLE color: 14445421.
HSL color Cylindrical-coordinate representation of color #6D6BDC: hue angle of 241.06º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D6BDC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 107 | 220 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.14 |
| HSL | 241.06º | 0.62% | 0.64% | - |
| HSV(B) | 241.06º | 0.51% | 0.86% | - |
| XYZ | 24.48 | 18.93 | 70.07 | - |
| YUV | 120.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 220 | 0.50 | 0.51 | 0 | 0.14 | 241.06 | 0.62 | 0.64 |
| Hex | 6D | 6B | DC | 32 | 33 | 0 | E | F1 | 3E | 40 |
| Octal | 155 | 153 | 334 | 62 | 63 | 0 | 16 | 361 | 76 | 100 |
| Binary | 1101101 | 1101011 | 11011100 | 110010 | 110011 | 0 | 1110 | 11110001 | 111110 | 1000000 |
Color Harmonies of #6D6BDC
Complementary color
Monochromatic Colors of #6D6BDC
Black with #6D6BDC
Text Example
Text Example
White with #6D6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6BDC; }
p { color: rgb(109,107,220); }
H1.HeaderClassName
{
color: #6D6BDC;
}
.AnyTagClassName
{
color: #6D6BDC;
}
</style>
background-color css
<style>
a { background-color: #6D6BDC; }
a { background-color: rgb(109,107,220); }
div.DivClassName
{
background-color: #6D6BDC;
}
.BgClassName
{
background-color: #6D6BDC;
}
</style>
border-color css
<style>
span { border-color: #6D6BDC; }
span { border-color: rgb(109,107,220); }
td.TdClassName
{
border-color: #6D6BDC;
}
.TagClassName
{
border-color: #6D6BDC;
}
</style>