Shades of Slate Blue #673FDD
Tints of Slate Blue #673FDD
RGB
CMYK
RGB Variations
Color information
#673FDD (or 0x673FDD) is known color: Slate Blue. HEX triplet: 67, 3F and DD. RGB value is (103,63,221). Sum of RGB (Red+Green+Blue) = 103+63+221=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #673FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FDD is #98C022. Grayscale: #5C5C5C. Windows color (decimal): -10010659 or 14499687. OLE color: 14499687.
HSL color Cylindrical-coordinate representation of color #673FDD: hue angle of 255.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #673FDD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 63 | 221 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.13 |
| HSL | 255.19º | 0.7% | 0.56% | - |
| HSV(B) | 255.19º | 0.71% | 0.87% | - |
| XYZ | 20.42 | 11.66 | 69.58 | - |
| YUV | 92.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 221 | 0.53 | 0.71 | 0 | 0.13 | 255.19 | 0.7 | 0.56 |
| Hex | 67 | 3F | DD | 35 | 47 | 0 | D | FF | 46 | 38 |
| Octal | 147 | 77 | 335 | 65 | 107 | 0 | 15 | 377 | 106 | 70 |
| Binary | 1100111 | 111111 | 11011101 | 110101 | 1000111 | 0 | 1101 | 11111111 | 1000110 | 111000 |
Color Harmonies of #673FDD
Complementary color
Monochromatic Colors of #673FDD
Black with #673FDD
Text Example
Text Example
White with #673FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FDD; }
p { color: rgb(103,63,221); }
H1.HeaderClassName
{
color: #673FDD;
}
.AnyTagClassName
{
color: #673FDD;
}
</style>
background-color css
<style>
a { background-color: #673FDD; }
a { background-color: rgb(103,63,221); }
div.DivClassName
{
background-color: #673FDD;
}
.BgClassName
{
background-color: #673FDD;
}
</style>
border-color css
<style>
span { border-color: #673FDD; }
span { border-color: rgb(103,63,221); }
td.TdClassName
{
border-color: #673FDD;
}
.TagClassName
{
border-color: #673FDD;
}
</style>