Shades of Slate Blue #6747DC
Tints of Slate Blue #6747DC
RGB
CMYK
RGB Variations
Color information
#6747DC (or 0x6747DC) is known color: Slate Blue. HEX triplet: 67, 47 and DC. RGB value is (103,71,220). Sum of RGB (Red+Green+Blue) = 103+71+220=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #6747DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6747DC is #98B823. Grayscale: #606060. Windows color (decimal): -10008612 or 14436199. OLE color: 14436199.
HSL color Cylindrical-coordinate representation of color #6747DC: hue angle of 252.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6747DC is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 71 | 220 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.14 |
| HSL | 252.89º | 0.68% | 0.57% | - |
| HSV(B) | 252.89º | 0.68% | 0.86% | - |
| XYZ | 20.77 | 12.56 | 69.04 | - |
| YUV | 97.55 | 197.1 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 220 | 0.53 | 0.68 | 0 | 0.14 | 252.89 | 0.68 | 0.57 |
| Hex | 67 | 47 | DC | 35 | 44 | 0 | E | FD | 44 | 39 |
| Octal | 147 | 107 | 334 | 65 | 104 | 0 | 16 | 375 | 104 | 71 |
| Binary | 1100111 | 1000111 | 11011100 | 110101 | 1000100 | 0 | 1110 | 11111101 | 1000100 | 111001 |
Color Harmonies of #6747DC
Complementary color
Monochromatic Colors of #6747DC
Black with #6747DC
Text Example
Text Example
White with #6747DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6747DC; }
p { color: rgb(103,71,220); }
H1.HeaderClassName
{
color: #6747DC;
}
.AnyTagClassName
{
color: #6747DC;
}
</style>
background-color css
<style>
a { background-color: #6747DC; }
a { background-color: rgb(103,71,220); }
div.DivClassName
{
background-color: #6747DC;
}
.BgClassName
{
background-color: #6747DC;
}
</style>
border-color css
<style>
span { border-color: #6747DC; }
span { border-color: rgb(103,71,220); }
td.TdClassName
{
border-color: #6747DC;
}
.TagClassName
{
border-color: #6747DC;
}
</style>