Shades of Slate Blue #673FE0
Tints of Slate Blue #673FE0
RGB
CMYK
RGB Variations
Color information
#673FE0 (or 0x673FE0) is known color: Slate Blue. HEX triplet: 67, 3F and E0. RGB value is (103,63,224). Sum of RGB (Red+Green+Blue) = 103+63+224=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #673FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FE0 is #98C01F. Grayscale: #5C5C5C. Windows color (decimal): -10010656 or 14696295. OLE color: 14696295.
HSL color Cylindrical-coordinate representation of color #673FE0: hue angle of 254.91º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673FE0 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 63 | 224 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.12 |
| HSL | 254.91º | 0.72% | 0.56% | - |
| HSV(B) | 254.91º | 0.72% | 0.88% | - |
| XYZ | 20.83 | 11.82 | 71.7 | - |
| YUV | 93.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 224 | 0.54 | 0.72 | 0 | 0.12 | 254.91 | 0.72 | 0.56 |
| Hex | 67 | 3F | E0 | 36 | 48 | 0 | C | FF | 48 | 38 |
| Octal | 147 | 77 | 340 | 66 | 110 | 0 | 14 | 377 | 110 | 70 |
| Binary | 1100111 | 111111 | 11100000 | 110110 | 1001000 | 0 | 1100 | 11111111 | 1001000 | 111000 |
Color Harmonies of #673FE0
Complementary color
Monochromatic Colors of #673FE0
Black with #673FE0
Text Example
Text Example
White with #673FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FE0; }
p { color: rgb(103,63,224); }
H1.HeaderClassName
{
color: #673FE0;
}
.AnyTagClassName
{
color: #673FE0;
}
</style>
background-color css
<style>
a { background-color: #673FE0; }
a { background-color: rgb(103,63,224); }
div.DivClassName
{
background-color: #673FE0;
}
.BgClassName
{
background-color: #673FE0;
}
</style>
border-color css
<style>
span { border-color: #673FE0; }
span { border-color: rgb(103,63,224); }
td.TdClassName
{
border-color: #673FE0;
}
.TagClassName
{
border-color: #673FE0;
}
</style>