Shades of Slate Blue #674ED5
Tints of Slate Blue #674ED5
RGB
CMYK
RGB Variations
Color information
#674ED5 (or 0x674ED5) is known color: Slate Blue. HEX triplet: 67, 4E and D5. RGB value is (103,78,213). Sum of RGB (Red+Green+Blue) = 103+78+213=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #674ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674ED5 is #98B12A. Grayscale: #646464. Windows color (decimal): -10006827 or 13979239. OLE color: 13979239.
HSL color Cylindrical-coordinate representation of color #674ED5: hue angle of 251.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674ED5 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 78 | 213 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.16 |
| HSL | 251.11º | 0.62% | 0.57% | - |
| HSV(B) | 251.11º | 0.63% | 0.84% | - |
| XYZ | 20.33 | 13.14 | 64.41 | - |
| YUV | 100.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 213 | 0.52 | 0.63 | 0 | 0.16 | 251.11 | 0.62 | 0.57 |
| Hex | 67 | 4E | D5 | 34 | 3F | 0 | 10 | FB | 3E | 39 |
| Octal | 147 | 116 | 325 | 64 | 77 | 0 | 20 | 373 | 76 | 71 |
| Binary | 1100111 | 1001110 | 11010101 | 110100 | 111111 | 0 | 10000 | 11111011 | 111110 | 111001 |
Color Harmonies of #674ED5
Complementary color
Monochromatic Colors of #674ED5
Black with #674ED5
Text Example
Text Example
White with #674ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674ED5; }
p { color: rgb(103,78,213); }
H1.HeaderClassName
{
color: #674ED5;
}
.AnyTagClassName
{
color: #674ED5;
}
</style>
background-color css
<style>
a { background-color: #674ED5; }
a { background-color: rgb(103,78,213); }
div.DivClassName
{
background-color: #674ED5;
}
.BgClassName
{
background-color: #674ED5;
}
</style>
border-color css
<style>
span { border-color: #674ED5; }
span { border-color: rgb(103,78,213); }
td.TdClassName
{
border-color: #674ED5;
}
.TagClassName
{
border-color: #674ED5;
}
</style>