Shades of Slate Blue #6D64C3
Tints of Slate Blue #6D64C3
RGB
CMYK
RGB Variations
Color information
#6D64C3 (or 0x6D64C3) is known color: Slate Blue. HEX triplet: 6D, 64 and C3. RGB value is (109,100,195). Sum of RGB (Red+Green+Blue) = 109+100+195=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D64C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64C3 is #929B3C. Grayscale: #717171. Windows color (decimal): -9607997 or 12805229. OLE color: 12805229.
HSL color Cylindrical-coordinate representation of color #6D64C3: hue angle of 245.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D64C3 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 100 | 195 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.24 |
| HSL | 245.68º | 0.44% | 0.58% | - |
| HSV(B) | 245.68º | 0.49% | 0.76% | - |
| XYZ | 20.71 | 16.31 | 53.69 | - |
| YUV | 113.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 195 | 0.44 | 0.49 | 0 | 0.24 | 245.68 | 0.44 | 0.58 |
| Hex | 6D | 64 | C3 | 2C | 31 | 0 | 18 | F6 | 2C | 3A |
| Octal | 155 | 144 | 303 | 54 | 61 | 0 | 30 | 366 | 54 | 72 |
| Binary | 1101101 | 1100100 | 11000011 | 101100 | 110001 | 0 | 11000 | 11110110 | 101100 | 111010 |
Color Harmonies of #6D64C3
Complementary color
Monochromatic Colors of #6D64C3
Black with #6D64C3
Text Example
Text Example
White with #6D64C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D64C3; }
p { color: rgb(109,100,195); }
H1.HeaderClassName
{
color: #6D64C3;
}
.AnyTagClassName
{
color: #6D64C3;
}
</style>
background-color css
<style>
a { background-color: #6D64C3; }
a { background-color: rgb(109,100,195); }
div.DivClassName
{
background-color: #6D64C3;
}
.BgClassName
{
background-color: #6D64C3;
}
</style>
border-color css
<style>
span { border-color: #6D64C3; }
span { border-color: rgb(109,100,195); }
td.TdClassName
{
border-color: #6D64C3;
}
.TagClassName
{
border-color: #6D64C3;
}
</style>