Shades of Slate Blue #673EDD
Tints of Slate Blue #673EDD
RGB
CMYK
RGB Variations
Color information
#673EDD (or 0x673EDD) is known color: Slate Blue. HEX triplet: 67, 3E and DD. RGB value is (103,62,221). Sum of RGB (Red+Green+Blue) = 103+62+221=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #673EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673EDD is #98C122. Grayscale: #5B5B5B. Windows color (decimal): -10010915 or 14499431. OLE color: 14499431.
HSL color Cylindrical-coordinate representation of color #673EDD: hue angle of 255.47º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673EDD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 62 | 221 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.13 |
| HSL | 255.47º | 0.7% | 0.55% | - |
| HSV(B) | 255.47º | 0.72% | 0.87% | - |
| XYZ | 20.37 | 11.55 | 69.56 | - |
| YUV | 92.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 221 | 0.53 | 0.72 | 0 | 0.13 | 255.47 | 0.7 | 0.55 |
| Hex | 67 | 3E | DD | 35 | 48 | 0 | D | FF | 46 | 37 |
| Octal | 147 | 76 | 335 | 65 | 110 | 0 | 15 | 377 | 106 | 67 |
| Binary | 1100111 | 111110 | 11011101 | 110101 | 1001000 | 0 | 1101 | 11111111 | 1000110 | 110111 |
Color Harmonies of #673EDD
Complementary color
Monochromatic Colors of #673EDD
Black with #673EDD
Text Example
Text Example
White with #673EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673EDD; }
p { color: rgb(103,62,221); }
H1.HeaderClassName
{
color: #673EDD;
}
.AnyTagClassName
{
color: #673EDD;
}
</style>
background-color css
<style>
a { background-color: #673EDD; }
a { background-color: rgb(103,62,221); }
div.DivClassName
{
background-color: #673EDD;
}
.BgClassName
{
background-color: #673EDD;
}
</style>
border-color css
<style>
span { border-color: #673EDD; }
span { border-color: rgb(103,62,221); }
td.TdClassName
{
border-color: #673EDD;
}
.TagClassName
{
border-color: #673EDD;
}
</style>