Shades of Slate Blue #6D4BDC
Tints of Slate Blue #6D4BDC
RGB
CMYK
RGB Variations
Color information
#6D4BDC (or 0x6D4BDC) is known color: Slate Blue. HEX triplet: 6D, 4B and DC. RGB value is (109,75,220). Sum of RGB (Red+Green+Blue) = 109+75+220=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BDC is #92B423. Grayscale: #656565. Windows color (decimal): -9614372 or 14437229. OLE color: 14437229.
HSL color Cylindrical-coordinate representation of color #6D4BDC: hue angle of 254.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4BDC is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 75 | 220 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.14 |
| HSL | 254.07º | 0.67% | 0.58% | - |
| HSV(B) | 254.07º | 0.66% | 0.86% | - |
| XYZ | 21.74 | 13.45 | 69.16 | - |
| YUV | 101.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 220 | 0.50 | 0.66 | 0 | 0.14 | 254.07 | 0.67 | 0.58 |
| Hex | 6D | 4B | DC | 32 | 42 | 0 | E | FE | 43 | 3A |
| Octal | 155 | 113 | 334 | 62 | 102 | 0 | 16 | 376 | 103 | 72 |
| Binary | 1101101 | 1001011 | 11011100 | 110010 | 1000010 | 0 | 1110 | 11111110 | 1000011 | 111010 |
Color Harmonies of #6D4BDC
Complementary color
Monochromatic Colors of #6D4BDC
Black with #6D4BDC
Text Example
Text Example
White with #6D4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BDC; }
p { color: rgb(109,75,220); }
H1.HeaderClassName
{
color: #6D4BDC;
}
.AnyTagClassName
{
color: #6D4BDC;
}
</style>
background-color css
<style>
a { background-color: #6D4BDC; }
a { background-color: rgb(109,75,220); }
div.DivClassName
{
background-color: #6D4BDC;
}
.BgClassName
{
background-color: #6D4BDC;
}
</style>
border-color css
<style>
span { border-color: #6D4BDC; }
span { border-color: rgb(109,75,220); }
td.TdClassName
{
border-color: #6D4BDC;
}
.TagClassName
{
border-color: #6D4BDC;
}
</style>