Shades of Slate Blue #6C64CD
Tints of Slate Blue #6C64CD
RGB
CMYK
RGB Variations
Color information
#6C64CD (or 0x6C64CD) is known color: Slate Blue. HEX triplet: 6C, 64 and CD. RGB value is (108,100,205). Sum of RGB (Red+Green+Blue) = 108+100+205=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C64CD is #939B32. Grayscale: #717171. Windows color (decimal): -9673523 or 13460588. OLE color: 13460588.
HSL color Cylindrical-coordinate representation of color #6C64CD: hue angle of 244.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C64CD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 100 | 205 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.20 |
| HSL | 244.57º | 0.51% | 0.6% | - |
| HSV(B) | 244.57º | 0.51% | 0.8% | - |
| XYZ | 21.76 | 16.71 | 59.84 | - |
| YUV | 114.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 205 | 0.47 | 0.51 | 0 | 0.20 | 244.57 | 0.51 | 0.6 |
| Hex | 6C | 64 | CD | 2F | 33 | 0 | 14 | F5 | 33 | 3C |
| Octal | 154 | 144 | 315 | 57 | 63 | 0 | 24 | 365 | 63 | 74 |
| Binary | 1101100 | 1100100 | 11001101 | 101111 | 110011 | 0 | 10100 | 11110101 | 110011 | 111100 |
Color Harmonies of #6C64CD
Complementary color
Monochromatic Colors of #6C64CD
Black with #6C64CD
Text Example
Text Example
White with #6C64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C64CD; }
p { color: rgb(108,100,205); }
H1.HeaderClassName
{
color: #6C64CD;
}
.AnyTagClassName
{
color: #6C64CD;
}
</style>
background-color css
<style>
a { background-color: #6C64CD; }
a { background-color: rgb(108,100,205); }
div.DivClassName
{
background-color: #6C64CD;
}
.BgClassName
{
background-color: #6C64CD;
}
</style>
border-color css
<style>
span { border-color: #6C64CD; }
span { border-color: rgb(108,100,205); }
td.TdClassName
{
border-color: #6C64CD;
}
.TagClassName
{
border-color: #6C64CD;
}
</style>