Shades of Slate Blue #674ECD
Tints of Slate Blue #674ECD
RGB
CMYK
RGB Variations
Color information
#674ECD (or 0x674ECD) is known color: Slate Blue. HEX triplet: 67, 4E and CD. RGB value is (103,78,205). Sum of RGB (Red+Green+Blue) = 103+78+205=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #674ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674ECD is #98B132. Grayscale: #636363. Windows color (decimal): -10006835 or 13454951. OLE color: 13454951.
HSL color Cylindrical-coordinate representation of color #674ECD: hue angle of 251.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674ECD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 78 | 205 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.20 |
| HSL | 251.81º | 0.56% | 0.55% | - |
| HSV(B) | 251.81º | 0.62% | 0.8% | - |
| XYZ | 19.34 | 12.74 | 59.2 | - |
| YUV | 99.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 205 | 0.50 | 0.62 | 0 | 0.20 | 251.81 | 0.56 | 0.55 |
| Hex | 67 | 4E | CD | 32 | 3E | 0 | 14 | FC | 38 | 37 |
| Octal | 147 | 116 | 315 | 62 | 76 | 0 | 24 | 374 | 70 | 67 |
| Binary | 1100111 | 1001110 | 11001101 | 110010 | 111110 | 0 | 10100 | 11111100 | 111000 | 110111 |
Color Harmonies of #674ECD
Complementary color
Monochromatic Colors of #674ECD
Black with #674ECD
Text Example
Text Example
White with #674ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674ECD; }
p { color: rgb(103,78,205); }
H1.HeaderClassName
{
color: #674ECD;
}
.AnyTagClassName
{
color: #674ECD;
}
</style>
background-color css
<style>
a { background-color: #674ECD; }
a { background-color: rgb(103,78,205); }
div.DivClassName
{
background-color: #674ECD;
}
.BgClassName
{
background-color: #674ECD;
}
</style>
border-color css
<style>
span { border-color: #674ECD; }
span { border-color: rgb(103,78,205); }
td.TdClassName
{
border-color: #674ECD;
}
.TagClassName
{
border-color: #674ECD;
}
</style>