Shades of Slate Blue #6746D7
Tints of Slate Blue #6746D7
RGB
CMYK
RGB Variations
Color information
#6746D7 (or 0x6746D7) is known color: Slate Blue. HEX triplet: 67, 46 and D7. RGB value is (103,70,215). Sum of RGB (Red+Green+Blue) = 103+70+215=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #6746D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746D7 is #98B928. Grayscale: #5F5F5F. Windows color (decimal): -10008873 or 14108263. OLE color: 14108263.
HSL color Cylindrical-coordinate representation of color #6746D7: hue angle of 253.66º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6746D7 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 70 | 215 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.16 |
| HSL | 253.66º | 0.64% | 0.56% | - |
| HSV(B) | 253.66º | 0.67% | 0.84% | - |
| XYZ | 20.05 | 12.17 | 65.58 | - |
| YUV | 96.4 | 194.93 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 215 | 0.52 | 0.67 | 0 | 0.16 | 253.66 | 0.64 | 0.56 |
| Hex | 67 | 46 | D7 | 34 | 43 | 0 | 10 | FE | 40 | 38 |
| Octal | 147 | 106 | 327 | 64 | 103 | 0 | 20 | 376 | 100 | 70 |
| Binary | 1100111 | 1000110 | 11010111 | 110100 | 1000011 | 0 | 10000 | 11111110 | 1000000 | 111000 |
Color Harmonies of #6746D7
Complementary color
Monochromatic Colors of #6746D7
Black with #6746D7
Text Example
Text Example
White with #6746D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746D7; }
p { color: rgb(103,70,215); }
H1.HeaderClassName
{
color: #6746D7;
}
.AnyTagClassName
{
color: #6746D7;
}
</style>
background-color css
<style>
a { background-color: #6746D7; }
a { background-color: rgb(103,70,215); }
div.DivClassName
{
background-color: #6746D7;
}
.BgClassName
{
background-color: #6746D7;
}
</style>
border-color css
<style>
span { border-color: #6746D7; }
span { border-color: rgb(103,70,215); }
td.TdClassName
{
border-color: #6746D7;
}
.TagClassName
{
border-color: #6746D7;
}
</style>