Shades of Slate Blue #6749CD
Tints of Slate Blue #6749CD
RGB
CMYK
RGB Variations
Color information
#6749CD (or 0x6749CD) is known color: Slate Blue. HEX triplet: 67, 49 and CD. RGB value is (103,73,205). Sum of RGB (Red+Green+Blue) = 103+73+205=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #6749CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749CD is #98B632. Grayscale: #606060. Windows color (decimal): -10008115 or 13453671. OLE color: 13453671.
HSL color Cylindrical-coordinate representation of color #6749CD: hue angle of 253.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6749CD is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 73 | 205 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.20 |
| HSL | 253.64º | 0.57% | 0.55% | - |
| HSV(B) | 253.64º | 0.64% | 0.8% | - |
| XYZ | 19 | 12.06 | 59.08 | - |
| YUV | 97.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 205 | 0.50 | 0.64 | 0 | 0.20 | 253.64 | 0.57 | 0.55 |
| Hex | 67 | 49 | CD | 32 | 40 | 0 | 14 | FE | 39 | 37 |
| Octal | 147 | 111 | 315 | 62 | 100 | 0 | 24 | 376 | 71 | 67 |
| Binary | 1100111 | 1001001 | 11001101 | 110010 | 1000000 | 0 | 10100 | 11111110 | 111001 | 110111 |
Color Harmonies of #6749CD
Complementary color
Monochromatic Colors of #6749CD
Black with #6749CD
Text Example
Text Example
White with #6749CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6749CD; }
p { color: rgb(103,73,205); }
H1.HeaderClassName
{
color: #6749CD;
}
.AnyTagClassName
{
color: #6749CD;
}
</style>
background-color css
<style>
a { background-color: #6749CD; }
a { background-color: rgb(103,73,205); }
div.DivClassName
{
background-color: #6749CD;
}
.BgClassName
{
background-color: #6749CD;
}
</style>
border-color css
<style>
span { border-color: #6749CD; }
span { border-color: rgb(103,73,205); }
td.TdClassName
{
border-color: #6749CD;
}
.TagClassName
{
border-color: #6749CD;
}
</style>