Shades of Slate Blue #6D48D6
Tints of Slate Blue #6D48D6
RGB
CMYK
RGB Variations
Color information
#6D48D6 (or 0x6D48D6) is known color: Slate Blue. HEX triplet: 6D, 48 and D6. RGB value is (109,72,214). Sum of RGB (Red+Green+Blue) = 109+72+214=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D48D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D48D6 is #92B729. Grayscale: #626262. Windows color (decimal): -9615146 or 14043245. OLE color: 14043245.
HSL color Cylindrical-coordinate representation of color #6D48D6: hue angle of 255.63º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D48D6 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 72 | 214 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.16 |
| HSL | 255.63º | 0.63% | 0.56% | - |
| HSV(B) | 255.63º | 0.66% | 0.84% | - |
| XYZ | 20.76 | 12.74 | 64.98 | - |
| YUV | 99.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 214 | 0.49 | 0.66 | 0 | 0.16 | 255.63 | 0.63 | 0.56 |
| Hex | 6D | 48 | D6 | 31 | 42 | 0 | 10 | 100 | 3F | 38 |
| Octal | 155 | 110 | 326 | 61 | 102 | 0 | 20 | 400 | 77 | 70 |
| Binary | 1101101 | 1001000 | 11010110 | 110001 | 1000010 | 0 | 10000 | 100000000 | 111111 | 111000 |
Color Harmonies of #6D48D6
Complementary color
Monochromatic Colors of #6D48D6
Black with #6D48D6
Text Example
Text Example
White with #6D48D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D48D6; }
p { color: rgb(109,72,214); }
H1.HeaderClassName
{
color: #6D48D6;
}
.AnyTagClassName
{
color: #6D48D6;
}
</style>
background-color css
<style>
a { background-color: #6D48D6; }
a { background-color: rgb(109,72,214); }
div.DivClassName
{
background-color: #6D48D6;
}
.BgClassName
{
background-color: #6D48D6;
}
</style>
border-color css
<style>
span { border-color: #6D48D6; }
span { border-color: rgb(109,72,214); }
td.TdClassName
{
border-color: #6D48D6;
}
.TagClassName
{
border-color: #6D48D6;
}
</style>