Shades of Slate Blue #674EEA
Tints of Slate Blue #674EEA
RGB
CMYK
RGB Variations
Color information
#674EEA (or 0x674EEA) is known color: Slate Blue. HEX triplet: 67, 4E and EA. RGB value is (103,78,234). Sum of RGB (Red+Green+Blue) = 103+78+234=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #674EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674EEA is #98B115. Grayscale: #666666. Windows color (decimal): -10006806 or 15355495. OLE color: 15355495.
HSL color Cylindrical-coordinate representation of color #674EEA: hue angle of 249.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674EEA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 78 | 234 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.08 |
| HSL | 249.62º | 0.79% | 0.61% | - |
| HSV(B) | 249.62º | 0.67% | 0.92% | - |
| XYZ | 23.17 | 14.27 | 79.38 | - |
| YUV | 103.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 234 | 0.56 | 0.67 | 0 | 0.08 | 249.62 | 0.79 | 0.61 |
| Hex | 67 | 4E | EA | 38 | 43 | 0 | 8 | FA | 4F | 3D |
| Octal | 147 | 116 | 352 | 70 | 103 | 0 | 10 | 372 | 117 | 75 |
| Binary | 1100111 | 1001110 | 11101010 | 111000 | 1000011 | 0 | 1000 | 11111010 | 1001111 | 111101 |
Color Harmonies of #674EEA
Complementary color
Monochromatic Colors of #674EEA
Black with #674EEA
Text Example
Text Example
White with #674EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EEA; }
p { color: rgb(103,78,234); }
H1.HeaderClassName
{
color: #674EEA;
}
.AnyTagClassName
{
color: #674EEA;
}
</style>
background-color css
<style>
a { background-color: #674EEA; }
a { background-color: rgb(103,78,234); }
div.DivClassName
{
background-color: #674EEA;
}
.BgClassName
{
background-color: #674EEA;
}
</style>
border-color css
<style>
span { border-color: #674EEA; }
span { border-color: rgb(103,78,234); }
td.TdClassName
{
border-color: #674EEA;
}
.TagClassName
{
border-color: #674EEA;
}
</style>