Shades of Slate Blue #6C5ACB
Tints of Slate Blue #6C5ACB
RGB
CMYK
RGB Variations
Color information
#6C5ACB (or 0x6C5ACB) is known color: Slate Blue. HEX triplet: 6C, 5A and CB. RGB value is (108,90,203). Sum of RGB (Red+Green+Blue) = 108+90+203=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ACB is #93A534. Grayscale: #6B6B6B. Windows color (decimal): -9676085 or 13326956. OLE color: 13326956.
HSL color Cylindrical-coordinate representation of color #6C5ACB: hue angle of 249.56º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C5ACB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 90 | 203 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.20 |
| HSL | 249.56º | 0.52% | 0.57% | - |
| HSV(B) | 249.56º | 0.56% | 0.8% | - |
| XYZ | 20.62 | 14.81 | 58.27 | - |
| YUV | 108.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 203 | 0.47 | 0.56 | 0 | 0.20 | 249.56 | 0.52 | 0.57 |
| Hex | 6C | 5A | CB | 2F | 38 | 0 | 14 | FA | 34 | 39 |
| Octal | 154 | 132 | 313 | 57 | 70 | 0 | 24 | 372 | 64 | 71 |
| Binary | 1101100 | 1011010 | 11001011 | 101111 | 111000 | 0 | 10100 | 11111010 | 110100 | 111001 |
Color Harmonies of #6C5ACB
Complementary color
Monochromatic Colors of #6C5ACB
Black with #6C5ACB
Text Example
Text Example
White with #6C5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5ACB; }
p { color: rgb(108,90,203); }
H1.HeaderClassName
{
color: #6C5ACB;
}
.AnyTagClassName
{
color: #6C5ACB;
}
</style>
background-color css
<style>
a { background-color: #6C5ACB; }
a { background-color: rgb(108,90,203); }
div.DivClassName
{
background-color: #6C5ACB;
}
.BgClassName
{
background-color: #6C5ACB;
}
</style>
border-color css
<style>
span { border-color: #6C5ACB; }
span { border-color: rgb(108,90,203); }
td.TdClassName
{
border-color: #6C5ACB;
}
.TagClassName
{
border-color: #6C5ACB;
}
</style>