Shades of Slate Blue #674EC7
Tints of Slate Blue #674EC7
RGB
CMYK
RGB Variations
Color information
#674EC7 (or 0x674EC7) is known color: Slate Blue. HEX triplet: 67, 4E and C7. RGB value is (103,78,199). Sum of RGB (Red+Green+Blue) = 103+78+199=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #674EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EC7 is #98B138. Grayscale: #626262. Windows color (decimal): -10006841 or 13061735. OLE color: 13061735.
HSL color Cylindrical-coordinate representation of color #674EC7: hue angle of 252.4º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674EC7 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 78 | 199 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.22 |
| HSL | 252.4º | 0.52% | 0.54% | - |
| HSV(B) | 252.4º | 0.61% | 0.78% | - |
| XYZ | 18.63 | 12.46 | 55.46 | - |
| YUV | 99.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 199 | 0.48 | 0.61 | 0 | 0.22 | 252.4 | 0.52 | 0.54 |
| Hex | 67 | 4E | C7 | 30 | 3D | 0 | 16 | FC | 34 | 36 |
| Octal | 147 | 116 | 307 | 60 | 75 | 0 | 26 | 374 | 64 | 66 |
| Binary | 1100111 | 1001110 | 11000111 | 110000 | 111101 | 0 | 10110 | 11111100 | 110100 | 110110 |
Color Harmonies of #674EC7
Complementary color
Monochromatic Colors of #674EC7
Black with #674EC7
Text Example
Text Example
White with #674EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EC7; }
p { color: rgb(103,78,199); }
H1.HeaderClassName
{
color: #674EC7;
}
.AnyTagClassName
{
color: #674EC7;
}
</style>
background-color css
<style>
a { background-color: #674EC7; }
a { background-color: rgb(103,78,199); }
div.DivClassName
{
background-color: #674EC7;
}
.BgClassName
{
background-color: #674EC7;
}
</style>
border-color css
<style>
span { border-color: #674EC7; }
span { border-color: rgb(103,78,199); }
td.TdClassName
{
border-color: #674EC7;
}
.TagClassName
{
border-color: #674EC7;
}
</style>