Shades of Slate Blue #6D5AC6
Tints of Slate Blue #6D5AC6
RGB
CMYK
RGB Variations
Color information
#6D5AC6 (or 0x6D5AC6) is known color: Slate Blue. HEX triplet: 6D, 5A and C6. RGB value is (109,90,198). Sum of RGB (Red+Green+Blue) = 109+90+198=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #6D5AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5AC6 is #92A539. Grayscale: #6B6B6B. Windows color (decimal): -9610554 or 12999277. OLE color: 12999277.
HSL color Cylindrical-coordinate representation of color #6D5AC6: hue angle of 250.56º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D5AC6 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 90 | 198 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.22 |
| HSL | 250.56º | 0.49% | 0.56% | - |
| HSV(B) | 250.56º | 0.55% | 0.78% | - |
| XYZ | 20.16 | 14.64 | 55.19 | - |
| YUV | 107.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 198 | 0.45 | 0.55 | 0 | 0.22 | 250.56 | 0.49 | 0.56 |
| Hex | 6D | 5A | C6 | 2D | 37 | 0 | 16 | FB | 31 | 38 |
| Octal | 155 | 132 | 306 | 55 | 67 | 0 | 26 | 373 | 61 | 70 |
| Binary | 1101101 | 1011010 | 11000110 | 101101 | 110111 | 0 | 10110 | 11111011 | 110001 | 111000 |
Color Harmonies of #6D5AC6
Complementary color
Monochromatic Colors of #6D5AC6
Black with #6D5AC6
Text Example
Text Example
White with #6D5AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5AC6; }
p { color: rgb(109,90,198); }
H1.HeaderClassName
{
color: #6D5AC6;
}
.AnyTagClassName
{
color: #6D5AC6;
}
</style>
background-color css
<style>
a { background-color: #6D5AC6; }
a { background-color: rgb(109,90,198); }
div.DivClassName
{
background-color: #6D5AC6;
}
.BgClassName
{
background-color: #6D5AC6;
}
</style>
border-color css
<style>
span { border-color: #6D5AC6; }
span { border-color: rgb(109,90,198); }
td.TdClassName
{
border-color: #6D5AC6;
}
.TagClassName
{
border-color: #6D5AC6;
}
</style>