Shades of Slate Blue #6A6DCD
Tints of Slate Blue #6A6DCD
RGB
CMYK
RGB Variations
Color information
#6A6DCD (or 0x6A6DCD) is known color: Slate Blue. HEX triplet: 6A, 6D and CD. RGB value is (106,109,205). Sum of RGB (Red+Green+Blue) = 106+109+205=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DCD is #959232. Grayscale: #767676. Windows color (decimal): -9802291 or 13462890. OLE color: 13462890.
HSL color Cylindrical-coordinate representation of color #6A6DCD: hue angle of 238.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A6DCD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 109 | 205 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.20 |
| HSL | 238.18º | 0.5% | 0.61% | - |
| HSV(B) | 238.18º | 0.48% | 0.8% | - |
| XYZ | 22.43 | 18.41 | 60.13 | - |
| YUV | 119.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 205 | 0.48 | 0.47 | 0 | 0.20 | 238.18 | 0.5 | 0.61 |
| Hex | 6A | 6D | CD | 30 | 2F | 0 | 14 | EE | 32 | 3D |
| Octal | 152 | 155 | 315 | 60 | 57 | 0 | 24 | 356 | 62 | 75 |
| Binary | 1101010 | 1101101 | 11001101 | 110000 | 101111 | 0 | 10100 | 11101110 | 110010 | 111101 |
Color Harmonies of #6A6DCD
Complementary color
Monochromatic Colors of #6A6DCD
Black with #6A6DCD
Text Example
Text Example
White with #6A6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6DCD; }
p { color: rgb(106,109,205); }
H1.HeaderClassName
{
color: #6A6DCD;
}
.AnyTagClassName
{
color: #6A6DCD;
}
</style>
background-color css
<style>
a { background-color: #6A6DCD; }
a { background-color: rgb(106,109,205); }
div.DivClassName
{
background-color: #6A6DCD;
}
.BgClassName
{
background-color: #6A6DCD;
}
</style>
border-color css
<style>
span { border-color: #6A6DCD; }
span { border-color: rgb(106,109,205); }
td.TdClassName
{
border-color: #6A6DCD;
}
.TagClassName
{
border-color: #6A6DCD;
}
</style>