Shades of Slate Blue #6646C1
Tints of Slate Blue #6646C1
RGB
CMYK
RGB Variations
Color information
#6646C1 (or 0x6646C1) is known color: Slate Blue. HEX triplet: 66, 46 and C1. RGB value is (102,70,193). Sum of RGB (Red+Green+Blue) = 102+70+193=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #6646C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6646C1 is #99B93E. Grayscale: #5D5D5D. Windows color (decimal): -10074431 or 12666470. OLE color: 12666470.
HSL color Cylindrical-coordinate representation of color #6646C1: hue angle of 255.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6646C1 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 70 | 193 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.24 |
| HSL | 255.61º | 0.5% | 0.52% | - |
| HSV(B) | 255.61º | 0.64% | 0.76% | - |
| XYZ | 17.3 | 11.06 | 51.67 | - |
| YUV | 93.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 193 | 0.47 | 0.64 | 0 | 0.24 | 255.61 | 0.5 | 0.52 |
| Hex | 66 | 46 | C1 | 2F | 40 | 0 | 18 | 100 | 32 | 34 |
| Octal | 146 | 106 | 301 | 57 | 100 | 0 | 30 | 400 | 62 | 64 |
| Binary | 1100110 | 1000110 | 11000001 | 101111 | 1000000 | 0 | 11000 | 100000000 | 110010 | 110100 |
Color Harmonies of #6646C1
Complementary color
Monochromatic Colors of #6646C1
Black with #6646C1
Text Example
Text Example
White with #6646C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6646C1; }
p { color: rgb(102,70,193); }
H1.HeaderClassName
{
color: #6646C1;
}
.AnyTagClassName
{
color: #6646C1;
}
</style>
background-color css
<style>
a { background-color: #6646C1; }
a { background-color: rgb(102,70,193); }
div.DivClassName
{
background-color: #6646C1;
}
.BgClassName
{
background-color: #6646C1;
}
</style>
border-color css
<style>
span { border-color: #6646C1; }
span { border-color: rgb(102,70,193); }
td.TdClassName
{
border-color: #6646C1;
}
.TagClassName
{
border-color: #6646C1;
}
</style>