Shades of Slate Blue #6746C2
Tints of Slate Blue #6746C2
RGB
CMYK
RGB Variations
Color information
#6746C2 (or 0x6746C2) is known color: Slate Blue. HEX triplet: 67, 46 and C2. RGB value is (103,70,194). Sum of RGB (Red+Green+Blue) = 103+70+194=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #6746C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746C2 is #98B93D. Grayscale: #5D5D5D. Windows color (decimal): -10008894 or 12732007. OLE color: 12732007.
HSL color Cylindrical-coordinate representation of color #6746C2: hue angle of 255.97º 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 #6746C2 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 70 | 194 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.24 |
| HSL | 255.97º | 0.5% | 0.52% | - |
| HSV(B) | 255.97º | 0.64% | 0.76% | - |
| XYZ | 17.52 | 11.16 | 52.27 | - |
| YUV | 94 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 194 | 0.47 | 0.64 | 0 | 0.24 | 255.97 | 0.5 | 0.52 |
| Hex | 67 | 46 | C2 | 2F | 40 | 0 | 18 | 100 | 32 | 34 |
| Octal | 147 | 106 | 302 | 57 | 100 | 0 | 30 | 400 | 62 | 64 |
| Binary | 1100111 | 1000110 | 11000010 | 101111 | 1000000 | 0 | 11000 | 100000000 | 110010 | 110100 |
Color Harmonies of #6746C2
Complementary color
Monochromatic Colors of #6746C2
Black with #6746C2
Text Example
Text Example
White with #6746C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746C2; }
p { color: rgb(103,70,194); }
H1.HeaderClassName
{
color: #6746C2;
}
.AnyTagClassName
{
color: #6746C2;
}
</style>
background-color css
<style>
a { background-color: #6746C2; }
a { background-color: rgb(103,70,194); }
div.DivClassName
{
background-color: #6746C2;
}
.BgClassName
{
background-color: #6746C2;
}
</style>
border-color css
<style>
span { border-color: #6746C2; }
span { border-color: rgb(103,70,194); }
td.TdClassName
{
border-color: #6746C2;
}
.TagClassName
{
border-color: #6746C2;
}
</style>