Shades of Slate Blue #674EC9
Tints of Slate Blue #674EC9
RGB
CMYK
RGB Variations
Color information
#674EC9 (or 0x674EC9) is known color: Slate Blue. HEX triplet: 67, 4E and C9. RGB value is (103,78,201). Sum of RGB (Red+Green+Blue) = 103+78+201=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #674EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EC9 is #98B136. Grayscale: #636363. Windows color (decimal): -10006839 or 13192807. OLE color: 13192807.
HSL color Cylindrical-coordinate representation of color #674EC9: hue angle of 252.2º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674EC9 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 78 | 201 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.21 |
| HSL | 252.2º | 0.53% | 0.55% | - |
| HSV(B) | 252.2º | 0.61% | 0.79% | - |
| XYZ | 18.86 | 12.55 | 56.69 | - |
| YUV | 99.5 | 185.28 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 201 | 0.49 | 0.61 | 0 | 0.21 | 252.2 | 0.53 | 0.55 |
| Hex | 67 | 4E | C9 | 31 | 3D | 0 | 15 | FC | 35 | 37 |
| Octal | 147 | 116 | 311 | 61 | 75 | 0 | 25 | 374 | 65 | 67 |
| Binary | 1100111 | 1001110 | 11001001 | 110001 | 111101 | 0 | 10101 | 11111100 | 110101 | 110111 |
Color Harmonies of #674EC9
Complementary color
Monochromatic Colors of #674EC9
Black with #674EC9
Text Example
Text Example
White with #674EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EC9; }
p { color: rgb(103,78,201); }
H1.HeaderClassName
{
color: #674EC9;
}
.AnyTagClassName
{
color: #674EC9;
}
</style>
background-color css
<style>
a { background-color: #674EC9; }
a { background-color: rgb(103,78,201); }
div.DivClassName
{
background-color: #674EC9;
}
.BgClassName
{
background-color: #674EC9;
}
</style>
border-color css
<style>
span { border-color: #674EC9; }
span { border-color: rgb(103,78,201); }
td.TdClassName
{
border-color: #674EC9;
}
.TagClassName
{
border-color: #674EC9;
}
</style>