Shades of Slate Blue #6A5ABF
Tints of Slate Blue #6A5ABF
RGB
CMYK
RGB Variations
Color information
#6A5ABF (or 0x6A5ABF) is known color: Slate Blue. HEX triplet: 6A, 5A and BF. RGB value is (106,90,191). Sum of RGB (Red+Green+Blue) = 106+90+191=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ABF is #95A540. Grayscale: #696969. Windows color (decimal): -9807169 or 12540522. OLE color: 12540522.
HSL color Cylindrical-coordinate representation of color #6A5ABF: hue angle of 249.5º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A5ABF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 90 | 191 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.25 |
| HSL | 249.5º | 0.44% | 0.55% | - |
| HSV(B) | 249.5º | 0.53% | 0.75% | - |
| XYZ | 19 | 14.14 | 51.02 | - |
| YUV | 106.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 191 | 0.45 | 0.53 | 0 | 0.25 | 249.5 | 0.44 | 0.55 |
| Hex | 6A | 5A | BF | 2D | 35 | 0 | 19 | FA | 2C | 37 |
| Octal | 152 | 132 | 277 | 55 | 65 | 0 | 31 | 372 | 54 | 67 |
| Binary | 1101010 | 1011010 | 10111111 | 101101 | 110101 | 0 | 11001 | 11111010 | 101100 | 110111 |
Color Harmonies of #6A5ABF
Complementary color
Monochromatic Colors of #6A5ABF
Black with #6A5ABF
Text Example
Text Example
White with #6A5ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5ABF; }
p { color: rgb(106,90,191); }
H1.HeaderClassName
{
color: #6A5ABF;
}
.AnyTagClassName
{
color: #6A5ABF;
}
</style>
background-color css
<style>
a { background-color: #6A5ABF; }
a { background-color: rgb(106,90,191); }
div.DivClassName
{
background-color: #6A5ABF;
}
.BgClassName
{
background-color: #6A5ABF;
}
</style>
border-color css
<style>
span { border-color: #6A5ABF; }
span { border-color: rgb(106,90,191); }
td.TdClassName
{
border-color: #6A5ABF;
}
.TagClassName
{
border-color: #6A5ABF;
}
</style>