Shades of Slate Blue #6747C0
Tints of Slate Blue #6747C0
RGB
CMYK
RGB Variations
Color information
#6747C0 (or 0x6747C0) is known color: Slate Blue. HEX triplet: 67, 47 and C0. RGB value is (103,71,192). Sum of RGB (Red+Green+Blue) = 103+71+192=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #6747C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6747C0 is #98B83F. Grayscale: #5D5D5D. Windows color (decimal): -10008640 or 12601191. OLE color: 12601191.
HSL color Cylindrical-coordinate representation of color #6747C0: hue angle of 255.87º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6747C0 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 71 | 192 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.25 |
| HSL | 255.87º | 0.49% | 0.52% | - |
| HSV(B) | 255.87º | 0.63% | 0.75% | - |
| XYZ | 17.36 | 11.2 | 51.12 | - |
| YUV | 94.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 192 | 0.46 | 0.63 | 0 | 0.25 | 255.87 | 0.49 | 0.52 |
| Hex | 67 | 47 | C0 | 2E | 3F | 0 | 19 | 100 | 31 | 34 |
| Octal | 147 | 107 | 300 | 56 | 77 | 0 | 31 | 400 | 61 | 64 |
| Binary | 1100111 | 1000111 | 11000000 | 101110 | 111111 | 0 | 11001 | 100000000 | 110001 | 110100 |
Color Harmonies of #6747C0
Complementary color
Monochromatic Colors of #6747C0
Black with #6747C0
Text Example
Text Example
White with #6747C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6747C0; }
p { color: rgb(103,71,192); }
H1.HeaderClassName
{
color: #6747C0;
}
.AnyTagClassName
{
color: #6747C0;
}
</style>
background-color css
<style>
a { background-color: #6747C0; }
a { background-color: rgb(103,71,192); }
div.DivClassName
{
background-color: #6747C0;
}
.BgClassName
{
background-color: #6747C0;
}
</style>
border-color css
<style>
span { border-color: #6747C0; }
span { border-color: rgb(103,71,192); }
td.TdClassName
{
border-color: #6747C0;
}
.TagClassName
{
border-color: #6747C0;
}
</style>