Shades of Slate Blue #6A5FCD
Tints of Slate Blue #6A5FCD
RGB
CMYK
RGB Variations
Color information
#6A5FCD (or 0x6A5FCD) is known color: Slate Blue. HEX triplet: 6A, 5F and CD. RGB value is (106,95,205). Sum of RGB (Red+Green+Blue) = 106+95+205=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5FCD is #95A032. Grayscale: #6E6E6E. Windows color (decimal): -9805875 or 13459306. OLE color: 13459306.
HSL color Cylindrical-coordinate representation of color #6A5FCD: hue angle of 246º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A5FCD is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 95 | 205 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.20 |
| HSL | 246º | 0.52% | 0.59% | - |
| HSV(B) | 246º | 0.54% | 0.8% | - |
| XYZ | 21.06 | 15.66 | 59.67 | - |
| YUV | 110.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 205 | 0.48 | 0.54 | 0 | 0.20 | 246 | 0.52 | 0.59 |
| Hex | 6A | 5F | CD | 30 | 36 | 0 | 14 | F6 | 34 | 3B |
| Octal | 152 | 137 | 315 | 60 | 66 | 0 | 24 | 366 | 64 | 73 |
| Binary | 1101010 | 1011111 | 11001101 | 110000 | 110110 | 0 | 10100 | 11110110 | 110100 | 111011 |
Color Harmonies of #6A5FCD
Complementary color
Monochromatic Colors of #6A5FCD
Black with #6A5FCD
Text Example
Text Example
White with #6A5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5FCD; }
p { color: rgb(106,95,205); }
H1.HeaderClassName
{
color: #6A5FCD;
}
.AnyTagClassName
{
color: #6A5FCD;
}
</style>
background-color css
<style>
a { background-color: #6A5FCD; }
a { background-color: rgb(106,95,205); }
div.DivClassName
{
background-color: #6A5FCD;
}
.BgClassName
{
background-color: #6A5FCD;
}
</style>
border-color css
<style>
span { border-color: #6A5FCD; }
span { border-color: rgb(106,95,205); }
td.TdClassName
{
border-color: #6A5FCD;
}
.TagClassName
{
border-color: #6A5FCD;
}
</style>