Shades of Slate Blue #6A4ACB
Tints of Slate Blue #6A4ACB
RGB
CMYK
RGB Variations
Color information
#6A4ACB (or 0x6A4ACB) is known color: Slate Blue. HEX triplet: 6A, 4A and CB. RGB value is (106,74,203). Sum of RGB (Red+Green+Blue) = 106+74+203=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A4ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4ACB is #95B534. Grayscale: #616161. Windows color (decimal): -9811253 or 13322858. OLE color: 13322858.
HSL color Cylindrical-coordinate representation of color #6A4ACB: hue angle of 254.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A4ACB is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 74 | 203 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.20 |
| HSL | 254.88º | 0.55% | 0.54% | - |
| HSV(B) | 254.88º | 0.64% | 0.8% | - |
| XYZ | 19.17 | 12.27 | 57.86 | - |
| YUV | 98.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 203 | 0.48 | 0.64 | 0 | 0.20 | 254.88 | 0.55 | 0.54 |
| Hex | 6A | 4A | CB | 30 | 40 | 0 | 14 | FF | 37 | 36 |
| Octal | 152 | 112 | 313 | 60 | 100 | 0 | 24 | 377 | 67 | 66 |
| Binary | 1101010 | 1001010 | 11001011 | 110000 | 1000000 | 0 | 10100 | 11111111 | 110111 | 110110 |
Color Harmonies of #6A4ACB
Complementary color
Monochromatic Colors of #6A4ACB
Black with #6A4ACB
Text Example
Text Example
White with #6A4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4ACB; }
p { color: rgb(106,74,203); }
H1.HeaderClassName
{
color: #6A4ACB;
}
.AnyTagClassName
{
color: #6A4ACB;
}
</style>
background-color css
<style>
a { background-color: #6A4ACB; }
a { background-color: rgb(106,74,203); }
div.DivClassName
{
background-color: #6A4ACB;
}
.BgClassName
{
background-color: #6A4ACB;
}
</style>
border-color css
<style>
span { border-color: #6A4ACB; }
span { border-color: rgb(106,74,203); }
td.TdClassName
{
border-color: #6A4ACB;
}
.TagClassName
{
border-color: #6A4ACB;
}
</style>