Shades of Slate Blue #6747C3
Tints of Slate Blue #6747C3
RGB
CMYK
RGB Variations
Color information
#6747C3 (or 0x6747C3) is known color: Slate Blue. HEX triplet: 67, 47 and C3. RGB value is (103,71,195). Sum of RGB (Red+Green+Blue) = 103+71+195=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #6747C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6747C3 is #98B83C. Grayscale: #5E5E5E. Windows color (decimal): -10008637 or 12797799. OLE color: 12797799.
HSL color Cylindrical-coordinate representation of color #6747C3: hue angle of 255.48º degrees, saturation: 0.51, 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 #6747C3 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 71 | 195 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.24 |
| HSL | 255.48º | 0.51% | 0.52% | - |
| HSV(B) | 255.48º | 0.64% | 0.76% | - |
| XYZ | 17.7 | 11.33 | 52.88 | - |
| YUV | 94.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 195 | 0.47 | 0.64 | 0 | 0.24 | 255.48 | 0.51 | 0.52 |
| Hex | 67 | 47 | C3 | 2F | 40 | 0 | 18 | FF | 33 | 34 |
| Octal | 147 | 107 | 303 | 57 | 100 | 0 | 30 | 377 | 63 | 64 |
| Binary | 1100111 | 1000111 | 11000011 | 101111 | 1000000 | 0 | 11000 | 11111111 | 110011 | 110100 |
Color Harmonies of #6747C3
Complementary color
Monochromatic Colors of #6747C3
Black with #6747C3
Text Example
Text Example
White with #6747C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6747C3; }
p { color: rgb(103,71,195); }
H1.HeaderClassName
{
color: #6747C3;
}
.AnyTagClassName
{
color: #6747C3;
}
</style>
background-color css
<style>
a { background-color: #6747C3; }
a { background-color: rgb(103,71,195); }
div.DivClassName
{
background-color: #6747C3;
}
.BgClassName
{
background-color: #6747C3;
}
</style>
border-color css
<style>
span { border-color: #6747C3; }
span { border-color: rgb(103,71,195); }
td.TdClassName
{
border-color: #6747C3;
}
.TagClassName
{
border-color: #6747C3;
}
</style>