Shades of Slate Blue #674EDD
Tints of Slate Blue #674EDD
RGB
CMYK
RGB Variations
Color information
#674EDD (or 0x674EDD) is known color: Slate Blue. HEX triplet: 67, 4E and DD. RGB value is (103,78,221). Sum of RGB (Red+Green+Blue) = 103+78+221=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #674EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EDD is #98B122. Grayscale: #656565. Windows color (decimal): -10006819 or 14503527. OLE color: 14503527.
HSL color Cylindrical-coordinate representation of color #674EDD: hue angle of 250.49º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674EDD is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 78 | 221 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.13 |
| HSL | 250.49º | 0.68% | 0.59% | - |
| HSV(B) | 250.49º | 0.65% | 0.87% | - |
| XYZ | 21.37 | 13.55 | 69.9 | - |
| YUV | 101.78 | 195.28 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 221 | 0.53 | 0.65 | 0 | 0.13 | 250.49 | 0.68 | 0.59 |
| Hex | 67 | 4E | DD | 35 | 41 | 0 | D | FA | 44 | 3B |
| Octal | 147 | 116 | 335 | 65 | 101 | 0 | 15 | 372 | 104 | 73 |
| Binary | 1100111 | 1001110 | 11011101 | 110101 | 1000001 | 0 | 1101 | 11111010 | 1000100 | 111011 |
Color Harmonies of #674EDD
Complementary color
Monochromatic Colors of #674EDD
Black with #674EDD
Text Example
Text Example
White with #674EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EDD; }
p { color: rgb(103,78,221); }
H1.HeaderClassName
{
color: #674EDD;
}
.AnyTagClassName
{
color: #674EDD;
}
</style>
background-color css
<style>
a { background-color: #674EDD; }
a { background-color: rgb(103,78,221); }
div.DivClassName
{
background-color: #674EDD;
}
.BgClassName
{
background-color: #674EDD;
}
</style>
border-color css
<style>
span { border-color: #674EDD; }
span { border-color: rgb(103,78,221); }
td.TdClassName
{
border-color: #674EDD;
}
.TagClassName
{
border-color: #674EDD;
}
</style>