Shades of Slate Blue #6D5ACC
Tints of Slate Blue #6D5ACC
RGB
CMYK
RGB Variations
Color information
#6D5ACC (or 0x6D5ACC) is known color: Slate Blue. HEX triplet: 6D, 5A and CC. RGB value is (109,90,204). Sum of RGB (Red+Green+Blue) = 109+90+204=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ACC is #92A533. Grayscale: #6C6C6C. Windows color (decimal): -9610548 or 13392493. OLE color: 13392493.
HSL color Cylindrical-coordinate representation of color #6D5ACC: hue angle of 250º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D5ACC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 90 | 204 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.2 |
| HSL | 250º | 0.53% | 0.58% | - |
| HSV(B) | 250º | 0.56% | 0.8% | - |
| XYZ | 20.86 | 14.92 | 58.91 | - |
| YUV | 108.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 204 | 0.47 | 0.56 | 0 | 0.2 | 250 | 0.53 | 0.58 |
| Hex | 6D | 5A | CC | 2F | 38 | 0 | 14 | FA | 35 | 3A |
| Octal | 155 | 132 | 314 | 57 | 70 | 0 | 24 | 372 | 65 | 72 |
| Binary | 1101101 | 1011010 | 11001100 | 101111 | 111000 | 0 | 10100 | 11111010 | 110101 | 111010 |
Color Harmonies of #6D5ACC
Complementary color
Monochromatic Colors of #6D5ACC
Black with #6D5ACC
Text Example
Text Example
White with #6D5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5ACC; }
p { color: rgb(109,90,204); }
H1.HeaderClassName
{
color: #6D5ACC;
}
.AnyTagClassName
{
color: #6D5ACC;
}
</style>
background-color css
<style>
a { background-color: #6D5ACC; }
a { background-color: rgb(109,90,204); }
div.DivClassName
{
background-color: #6D5ACC;
}
.BgClassName
{
background-color: #6D5ACC;
}
</style>
border-color css
<style>
span { border-color: #6D5ACC; }
span { border-color: rgb(109,90,204); }
td.TdClassName
{
border-color: #6D5ACC;
}
.TagClassName
{
border-color: #6D5ACC;
}
</style>