Shades of Slate Blue #674FC1
Tints of Slate Blue #674FC1
RGB
CMYK
RGB Variations
Color information
#674FC1 (or 0x674FC1) is known color: Slate Blue. HEX triplet: 67, 4F and C1. RGB value is (103,79,193). Sum of RGB (Red+Green+Blue) = 103+79+193=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #674FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FC1 is #98B03E. Grayscale: #626262. Windows color (decimal): -10006591 or 12668775. OLE color: 12668775.
HSL color Cylindrical-coordinate representation of color #674FC1: hue angle of 252.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #674FC1 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 79 | 193 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.24 |
| HSL | 252.63º | 0.48% | 0.53% | - |
| HSV(B) | 252.63º | 0.59% | 0.76% | - |
| XYZ | 18.02 | 12.33 | 51.88 | - |
| YUV | 99.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 193 | 0.47 | 0.59 | 0 | 0.24 | 252.63 | 0.48 | 0.53 |
| Hex | 67 | 4F | C1 | 2F | 3B | 0 | 18 | FD | 30 | 35 |
| Octal | 147 | 117 | 301 | 57 | 73 | 0 | 30 | 375 | 60 | 65 |
| Binary | 1100111 | 1001111 | 11000001 | 101111 | 111011 | 0 | 11000 | 11111101 | 110000 | 110101 |
Color Harmonies of #674FC1
Complementary color
Monochromatic Colors of #674FC1
Black with #674FC1
Text Example
Text Example
White with #674FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FC1; }
p { color: rgb(103,79,193); }
H1.HeaderClassName
{
color: #674FC1;
}
.AnyTagClassName
{
color: #674FC1;
}
</style>
background-color css
<style>
a { background-color: #674FC1; }
a { background-color: rgb(103,79,193); }
div.DivClassName
{
background-color: #674FC1;
}
.BgClassName
{
background-color: #674FC1;
}
</style>
border-color css
<style>
span { border-color: #674FC1; }
span { border-color: rgb(103,79,193); }
td.TdClassName
{
border-color: #674FC1;
}
.TagClassName
{
border-color: #674FC1;
}
</style>