Shades of Slate Blue #6749DF
Tints of Slate Blue #6749DF
RGB
CMYK
RGB Variations
Color information
#6749DF (or 0x6749DF) is known color: Slate Blue. HEX triplet: 67, 49 and DF. RGB value is (103,73,223). Sum of RGB (Red+Green+Blue) = 103+73+223=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #6749DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749DF is #98B620. Grayscale: #626262. Windows color (decimal): -10008097 or 14633319. OLE color: 14633319.
HSL color Cylindrical-coordinate representation of color #6749DF: hue angle of 252º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6749DF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 73 | 223 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.13 |
| HSL | 252º | 0.7% | 0.58% | - |
| HSV(B) | 252º | 0.67% | 0.87% | - |
| XYZ | 21.3 | 12.98 | 71.19 | - |
| YUV | 99.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 223 | 0.54 | 0.67 | 0 | 0.13 | 252 | 0.7 | 0.58 |
| Hex | 67 | 49 | DF | 36 | 43 | 0 | D | FC | 46 | 3A |
| Octal | 147 | 111 | 337 | 66 | 103 | 0 | 15 | 374 | 106 | 72 |
| Binary | 1100111 | 1001001 | 11011111 | 110110 | 1000011 | 0 | 1101 | 11111100 | 1000110 | 111010 |
Color Harmonies of #6749DF
Complementary color
Monochromatic Colors of #6749DF
Black with #6749DF
Text Example
Text Example
White with #6749DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6749DF; }
p { color: rgb(103,73,223); }
H1.HeaderClassName
{
color: #6749DF;
}
.AnyTagClassName
{
color: #6749DF;
}
</style>
background-color css
<style>
a { background-color: #6749DF; }
a { background-color: rgb(103,73,223); }
div.DivClassName
{
background-color: #6749DF;
}
.BgClassName
{
background-color: #6749DF;
}
</style>
border-color css
<style>
span { border-color: #6749DF; }
span { border-color: rgb(103,73,223); }
td.TdClassName
{
border-color: #6749DF;
}
.TagClassName
{
border-color: #6749DF;
}
</style>