Shades of Slate Blue #674EC1
Tints of Slate Blue #674EC1
RGB
CMYK
RGB Variations
Color information
#674EC1 (or 0x674EC1) is known color: Slate Blue. HEX triplet: 67, 4E and C1. RGB value is (103,78,193). Sum of RGB (Red+Green+Blue) = 103+78+193=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #674EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EC1 is #98B13E. Grayscale: #626262. Windows color (decimal): -10006847 or 12668519. OLE color: 12668519.
HSL color Cylindrical-coordinate representation of color #674EC1: hue angle of 253.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #674EC1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 78 | 193 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.24 |
| HSL | 253.04º | 0.48% | 0.53% | - |
| HSV(B) | 253.04º | 0.6% | 0.76% | - |
| XYZ | 17.94 | 12.18 | 51.86 | - |
| YUV | 98.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 193 | 0.47 | 0.60 | 0 | 0.24 | 253.04 | 0.48 | 0.53 |
| Hex | 67 | 4E | C1 | 2F | 3C | 0 | 18 | FD | 30 | 35 |
| Octal | 147 | 116 | 301 | 57 | 74 | 0 | 30 | 375 | 60 | 65 |
| Binary | 1100111 | 1001110 | 11000001 | 101111 | 111100 | 0 | 11000 | 11111101 | 110000 | 110101 |
Color Harmonies of #674EC1
Complementary color
Monochromatic Colors of #674EC1
Black with #674EC1
Text Example
Text Example
White with #674EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EC1; }
p { color: rgb(103,78,193); }
H1.HeaderClassName
{
color: #674EC1;
}
.AnyTagClassName
{
color: #674EC1;
}
</style>
background-color css
<style>
a { background-color: #674EC1; }
a { background-color: rgb(103,78,193); }
div.DivClassName
{
background-color: #674EC1;
}
.BgClassName
{
background-color: #674EC1;
}
</style>
border-color css
<style>
span { border-color: #674EC1; }
span { border-color: rgb(103,78,193); }
td.TdClassName
{
border-color: #674EC1;
}
.TagClassName
{
border-color: #674EC1;
}
</style>