Shades of Slate Blue #674DC1
Tints of Slate Blue #674DC1
RGB
CMYK
RGB Variations
Color information
#674DC1 (or 0x674DC1) is known color: Slate Blue. HEX triplet: 67, 4D and C1. RGB value is (103,77,193). Sum of RGB (Red+Green+Blue) = 103+77+193=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #674DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DC1 is #98B23E. Grayscale: #616161. Windows color (decimal): -10007103 or 12668263. OLE color: 12668263.
HSL color Cylindrical-coordinate representation of color #674DC1: hue angle of 253.45º 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 #674DC1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 77 | 193 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.24 |
| HSL | 253.45º | 0.48% | 0.53% | - |
| HSV(B) | 253.45º | 0.6% | 0.76% | - |
| XYZ | 17.87 | 12.04 | 51.83 | - |
| YUV | 98 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 193 | 0.47 | 0.60 | 0 | 0.24 | 253.45 | 0.48 | 0.53 |
| Hex | 67 | 4D | C1 | 2F | 3C | 0 | 18 | FD | 30 | 35 |
| Octal | 147 | 115 | 301 | 57 | 74 | 0 | 30 | 375 | 60 | 65 |
| Binary | 1100111 | 1001101 | 11000001 | 101111 | 111100 | 0 | 11000 | 11111101 | 110000 | 110101 |
Color Harmonies of #674DC1
Complementary color
Monochromatic Colors of #674DC1
Black with #674DC1
Text Example
Text Example
White with #674DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DC1; }
p { color: rgb(103,77,193); }
H1.HeaderClassName
{
color: #674DC1;
}
.AnyTagClassName
{
color: #674DC1;
}
</style>
background-color css
<style>
a { background-color: #674DC1; }
a { background-color: rgb(103,77,193); }
div.DivClassName
{
background-color: #674DC1;
}
.BgClassName
{
background-color: #674DC1;
}
</style>
border-color css
<style>
span { border-color: #674DC1; }
span { border-color: rgb(103,77,193); }
td.TdClassName
{
border-color: #674DC1;
}
.TagClassName
{
border-color: #674DC1;
}
</style>