Shades of Slate Blue #6A5CCD
Tints of Slate Blue #6A5CCD
RGB
CMYK
RGB Variations
Color information
#6A5CCD (or 0x6A5CCD) is known color: Slate Blue. HEX triplet: 6A, 5C and CD. RGB value is (106,92,205). Sum of RGB (Red+Green+Blue) = 106+92+205=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5CCD is #95A332. Grayscale: #6C6C6C. Windows color (decimal): -9806643 or 13458538. OLE color: 13458538.
HSL color Cylindrical-coordinate representation of color #6A5CCD: hue angle of 247.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A5CCD is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 92 | 205 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.20 |
| HSL | 247.43º | 0.53% | 0.58% | - |
| HSV(B) | 247.43º | 0.55% | 0.8% | - |
| XYZ | 20.79 | 15.13 | 59.58 | - |
| YUV | 109.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 92 | 205 | 0.48 | 0.55 | 0 | 0.20 | 247.43 | 0.53 | 0.58 |
| Hex | 6A | 5C | CD | 30 | 37 | 0 | 14 | F7 | 35 | 3A |
| Octal | 152 | 134 | 315 | 60 | 67 | 0 | 24 | 367 | 65 | 72 |
| Binary | 1101010 | 1011100 | 11001101 | 110000 | 110111 | 0 | 10100 | 11110111 | 110101 | 111010 |
Color Harmonies of #6A5CCD
Complementary color
Monochromatic Colors of #6A5CCD
Black with #6A5CCD
Text Example
Text Example
White with #6A5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5CCD; }
p { color: rgb(106,92,205); }
H1.HeaderClassName
{
color: #6A5CCD;
}
.AnyTagClassName
{
color: #6A5CCD;
}
</style>
background-color css
<style>
a { background-color: #6A5CCD; }
a { background-color: rgb(106,92,205); }
div.DivClassName
{
background-color: #6A5CCD;
}
.BgClassName
{
background-color: #6A5CCD;
}
</style>
border-color css
<style>
span { border-color: #6A5CCD; }
span { border-color: rgb(106,92,205); }
td.TdClassName
{
border-color: #6A5CCD;
}
.TagClassName
{
border-color: #6A5CCD;
}
</style>