Shades of Slate Blue #6749D7
Tints of Slate Blue #6749D7
RGB
CMYK
RGB Variations
Color information
#6749D7 (or 0x6749D7) is known color: Slate Blue. HEX triplet: 67, 49 and D7. RGB value is (103,73,215). Sum of RGB (Red+Green+Blue) = 103+73+215=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #6749D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749D7 is #98B628. Grayscale: #616161. Windows color (decimal): -10008105 or 14109031. OLE color: 14109031.
HSL color Cylindrical-coordinate representation of color #6749D7: hue angle of 252.68º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6749D7 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 73 | 215 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.16 |
| HSL | 252.68º | 0.64% | 0.56% | - |
| HSV(B) | 252.68º | 0.66% | 0.84% | - |
| XYZ | 20.24 | 12.55 | 65.65 | - |
| YUV | 98.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 215 | 0.52 | 0.66 | 0 | 0.16 | 252.68 | 0.64 | 0.56 |
| Hex | 67 | 49 | D7 | 34 | 42 | 0 | 10 | FD | 40 | 38 |
| Octal | 147 | 111 | 327 | 64 | 102 | 0 | 20 | 375 | 100 | 70 |
| Binary | 1100111 | 1001001 | 11010111 | 110100 | 1000010 | 0 | 10000 | 11111101 | 1000000 | 111000 |
Color Harmonies of #6749D7
Complementary color
Monochromatic Colors of #6749D7
Black with #6749D7
Text Example
Text Example
White with #6749D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6749D7; }
p { color: rgb(103,73,215); }
H1.HeaderClassName
{
color: #6749D7;
}
.AnyTagClassName
{
color: #6749D7;
}
</style>
background-color css
<style>
a { background-color: #6749D7; }
a { background-color: rgb(103,73,215); }
div.DivClassName
{
background-color: #6749D7;
}
.BgClassName
{
background-color: #6749D7;
}
</style>
border-color css
<style>
span { border-color: #6749D7; }
span { border-color: rgb(103,73,215); }
td.TdClassName
{
border-color: #6749D7;
}
.TagClassName
{
border-color: #6749D7;
}
</style>