Shades of Slate Blue #674AC2
Tints of Slate Blue #674AC2
RGB
CMYK
RGB Variations
Color information
#674AC2 (or 0x674AC2) is known color: Slate Blue. HEX triplet: 67, 4A and C2. RGB value is (103,74,194). Sum of RGB (Red+Green+Blue) = 103+74+194=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #674AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674AC2 is #98B53D. Grayscale: #5F5F5F. Windows color (decimal): -10007870 or 12733031. OLE color: 12733031.
HSL color Cylindrical-coordinate representation of color #674AC2: hue angle of 254.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674AC2 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 74 | 194 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.24 |
| HSL | 254.5º | 0.5% | 0.53% | - |
| HSV(B) | 254.5º | 0.62% | 0.76% | - |
| XYZ | 17.78 | 11.68 | 52.36 | - |
| YUV | 96.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 194 | 0.47 | 0.62 | 0 | 0.24 | 254.5 | 0.5 | 0.53 |
| Hex | 67 | 4A | C2 | 2F | 3E | 0 | 18 | FE | 32 | 35 |
| Octal | 147 | 112 | 302 | 57 | 76 | 0 | 30 | 376 | 62 | 65 |
| Binary | 1100111 | 1001010 | 11000010 | 101111 | 111110 | 0 | 11000 | 11111110 | 110010 | 110101 |
Color Harmonies of #674AC2
Complementary color
Monochromatic Colors of #674AC2
Black with #674AC2
Text Example
Text Example
White with #674AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674AC2; }
p { color: rgb(103,74,194); }
H1.HeaderClassName
{
color: #674AC2;
}
.AnyTagClassName
{
color: #674AC2;
}
</style>
background-color css
<style>
a { background-color: #674AC2; }
a { background-color: rgb(103,74,194); }
div.DivClassName
{
background-color: #674AC2;
}
.BgClassName
{
background-color: #674AC2;
}
</style>
border-color css
<style>
span { border-color: #674AC2; }
span { border-color: rgb(103,74,194); }
td.TdClassName
{
border-color: #674AC2;
}
.TagClassName
{
border-color: #674AC2;
}
</style>