Shades of Slate Blue #6746C0
Tints of Slate Blue #6746C0
RGB
CMYK
RGB Variations
Color information
#6746C0 (or 0x6746C0) is known color: Slate Blue. HEX triplet: 67, 46 and C0. RGB value is (103,70,192). Sum of RGB (Red+Green+Blue) = 103+70+192=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #6746C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746C0 is #98B93F. Grayscale: #5D5D5D. Windows color (decimal): -10008896 or 12600935. OLE color: 12600935.
HSL color Cylindrical-coordinate representation of color #6746C0: hue angle of 256.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6746C0 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 70 | 192 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.25 |
| HSL | 256.23º | 0.49% | 0.51% | - |
| HSV(B) | 256.23º | 0.64% | 0.75% | - |
| XYZ | 17.3 | 11.07 | 51.09 | - |
| YUV | 93.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 192 | 0.46 | 0.64 | 0 | 0.25 | 256.23 | 0.49 | 0.51 |
| Hex | 67 | 46 | C0 | 2E | 40 | 0 | 19 | 100 | 31 | 33 |
| Octal | 147 | 106 | 300 | 56 | 100 | 0 | 31 | 400 | 61 | 63 |
| Binary | 1100111 | 1000110 | 11000000 | 101110 | 1000000 | 0 | 11001 | 100000000 | 110001 | 110011 |
Color Harmonies of #6746C0
Complementary color
Monochromatic Colors of #6746C0
Black with #6746C0
Text Example
Text Example
White with #6746C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746C0; }
p { color: rgb(103,70,192); }
H1.HeaderClassName
{
color: #6746C0;
}
.AnyTagClassName
{
color: #6746C0;
}
</style>
background-color css
<style>
a { background-color: #6746C0; }
a { background-color: rgb(103,70,192); }
div.DivClassName
{
background-color: #6746C0;
}
.BgClassName
{
background-color: #6746C0;
}
</style>
border-color css
<style>
span { border-color: #6746C0; }
span { border-color: rgb(103,70,192); }
td.TdClassName
{
border-color: #6746C0;
}
.TagClassName
{
border-color: #6746C0;
}
</style>