Shades of Slate Blue #674AC1
Tints of Slate Blue #674AC1
RGB
CMYK
RGB Variations
Color information
#674AC1 (or 0x674AC1) is known color: Slate Blue. HEX triplet: 67, 4A and C1. RGB value is (103,74,193). Sum of RGB (Red+Green+Blue) = 103+74+193=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #674AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674AC1 is #98B53E. Grayscale: #5F5F5F. Windows color (decimal): -10007871 or 12667495. OLE color: 12667495.
HSL color Cylindrical-coordinate representation of color #674AC1: hue angle of 254.62º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674AC1 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 74 | 193 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.24 |
| HSL | 254.62º | 0.49% | 0.52% | - |
| HSV(B) | 254.62º | 0.62% | 0.76% | - |
| XYZ | 17.67 | 11.63 | 51.77 | - |
| YUV | 96.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 193 | 0.47 | 0.62 | 0 | 0.24 | 254.62 | 0.49 | 0.52 |
| Hex | 67 | 4A | C1 | 2F | 3E | 0 | 18 | FF | 31 | 34 |
| Octal | 147 | 112 | 301 | 57 | 76 | 0 | 30 | 377 | 61 | 64 |
| Binary | 1100111 | 1001010 | 11000001 | 101111 | 111110 | 0 | 11000 | 11111111 | 110001 | 110100 |
Color Harmonies of #674AC1
Complementary color
Monochromatic Colors of #674AC1
Black with #674AC1
Text Example
Text Example
White with #674AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674AC1; }
p { color: rgb(103,74,193); }
H1.HeaderClassName
{
color: #674AC1;
}
.AnyTagClassName
{
color: #674AC1;
}
</style>
background-color css
<style>
a { background-color: #674AC1; }
a { background-color: rgb(103,74,193); }
div.DivClassName
{
background-color: #674AC1;
}
.BgClassName
{
background-color: #674AC1;
}
</style>
border-color css
<style>
span { border-color: #674AC1; }
span { border-color: rgb(103,74,193); }
td.TdClassName
{
border-color: #674AC1;
}
.TagClassName
{
border-color: #674AC1;
}
</style>