Shades of Slate Blue #674EE5
Tints of Slate Blue #674EE5
RGB
CMYK
RGB Variations
Color information
#674EE5 (or 0x674EE5) is known color: Slate Blue. HEX triplet: 67, 4E and E5. RGB value is (103,78,229). Sum of RGB (Red+Green+Blue) = 103+78+229=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #674EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EE5 is #98B11A. Grayscale: #666666. Windows color (decimal): -10006811 or 15027815. OLE color: 15027815.
HSL color Cylindrical-coordinate representation of color #674EE5: hue angle of 249.93º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674EE5 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 78 | 229 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.10 |
| HSL | 249.93º | 0.74% | 0.6% | - |
| HSV(B) | 249.93º | 0.66% | 0.9% | - |
| XYZ | 22.46 | 13.99 | 75.65 | - |
| YUV | 102.69 | 199.28 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 229 | 0.55 | 0.66 | 0 | 0.10 | 249.93 | 0.74 | 0.6 |
| Hex | 67 | 4E | E5 | 37 | 42 | 0 | A | FA | 4A | 3C |
| Octal | 147 | 116 | 345 | 67 | 102 | 0 | 12 | 372 | 112 | 74 |
| Binary | 1100111 | 1001110 | 11100101 | 110111 | 1000010 | 0 | 1010 | 11111010 | 1001010 | 111100 |
Color Harmonies of #674EE5
Complementary color
Monochromatic Colors of #674EE5
Black with #674EE5
Text Example
Text Example
White with #674EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EE5; }
p { color: rgb(103,78,229); }
H1.HeaderClassName
{
color: #674EE5;
}
.AnyTagClassName
{
color: #674EE5;
}
</style>
background-color css
<style>
a { background-color: #674EE5; }
a { background-color: rgb(103,78,229); }
div.DivClassName
{
background-color: #674EE5;
}
.BgClassName
{
background-color: #674EE5;
}
</style>
border-color css
<style>
span { border-color: #674EE5; }
span { border-color: rgb(103,78,229); }
td.TdClassName
{
border-color: #674EE5;
}
.TagClassName
{
border-color: #674EE5;
}
</style>