Shades of Slate Blue #674DC0
Tints of Slate Blue #674DC0
RGB
CMYK
RGB Variations
Color information
#674DC0 (or 0x674DC0) is known color: Slate Blue. HEX triplet: 67, 4D and C0. RGB value is (103,77,192). Sum of RGB (Red+Green+Blue) = 103+77+192=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #674DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DC0 is #98B23F. Grayscale: #616161. Windows color (decimal): -10007104 or 12602727. OLE color: 12602727.
HSL color Cylindrical-coordinate representation of color #674DC0: hue angle of 253.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #674DC0 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 77 | 192 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.25 |
| HSL | 253.57º | 0.48% | 0.53% | - |
| HSV(B) | 253.57º | 0.6% | 0.75% | - |
| XYZ | 17.76 | 12 | 51.25 | - |
| YUV | 97.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 192 | 0.46 | 0.60 | 0 | 0.25 | 253.57 | 0.48 | 0.53 |
| Hex | 67 | 4D | C0 | 2E | 3C | 0 | 19 | FE | 30 | 35 |
| Octal | 147 | 115 | 300 | 56 | 74 | 0 | 31 | 376 | 60 | 65 |
| Binary | 1100111 | 1001101 | 11000000 | 101110 | 111100 | 0 | 11001 | 11111110 | 110000 | 110101 |
Color Harmonies of #674DC0
Complementary color
Monochromatic Colors of #674DC0
Black with #674DC0
Text Example
Text Example
White with #674DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DC0; }
p { color: rgb(103,77,192); }
H1.HeaderClassName
{
color: #674DC0;
}
.AnyTagClassName
{
color: #674DC0;
}
</style>
background-color css
<style>
a { background-color: #674DC0; }
a { background-color: rgb(103,77,192); }
div.DivClassName
{
background-color: #674DC0;
}
.BgClassName
{
background-color: #674DC0;
}
</style>
border-color css
<style>
span { border-color: #674DC0; }
span { border-color: rgb(103,77,192); }
td.TdClassName
{
border-color: #674DC0;
}
.TagClassName
{
border-color: #674DC0;
}
</style>