Shades of Slate Blue #6A6CCD
Tints of Slate Blue #6A6CCD
RGB
CMYK
RGB Variations
Color information
#6A6CCD (or 0x6A6CCD) is known color: Slate Blue. HEX triplet: 6A, 6C and CD. RGB value is (106,108,205). Sum of RGB (Red+Green+Blue) = 106+108+205=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6CCD is #959332. Grayscale: #767676. Windows color (decimal): -9802547 or 13462634. OLE color: 13462634.
HSL color Cylindrical-coordinate representation of color #6A6CCD: hue angle of 238.79º 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 #6A6CCD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 108 | 205 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.20 |
| HSL | 238.79º | 0.5% | 0.61% | - |
| HSV(B) | 238.79º | 0.48% | 0.8% | - |
| XYZ | 22.33 | 18.2 | 60.09 | - |
| YUV | 118.46 | 176.84 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 205 | 0.48 | 0.47 | 0 | 0.20 | 238.79 | 0.5 | 0.61 |
| Hex | 6A | 6C | CD | 30 | 2F | 0 | 14 | EF | 32 | 3D |
| Octal | 152 | 154 | 315 | 60 | 57 | 0 | 24 | 357 | 62 | 75 |
| Binary | 1101010 | 1101100 | 11001101 | 110000 | 101111 | 0 | 10100 | 11101111 | 110010 | 111101 |
Color Harmonies of #6A6CCD
Complementary color
Monochromatic Colors of #6A6CCD
Black with #6A6CCD
Text Example
Text Example
White with #6A6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CCD; }
p { color: rgb(106,108,205); }
H1.HeaderClassName
{
color: #6A6CCD;
}
.AnyTagClassName
{
color: #6A6CCD;
}
</style>
background-color css
<style>
a { background-color: #6A6CCD; }
a { background-color: rgb(106,108,205); }
div.DivClassName
{
background-color: #6A6CCD;
}
.BgClassName
{
background-color: #6A6CCD;
}
</style>
border-color css
<style>
span { border-color: #6A6CCD; }
span { border-color: rgb(106,108,205); }
td.TdClassName
{
border-color: #6A6CCD;
}
.TagClassName
{
border-color: #6A6CCD;
}
</style>