Shades of Slate Blue #674EC3
Tints of Slate Blue #674EC3
RGB
CMYK
RGB Variations
Color information
#674EC3 (or 0x674EC3) is known color: Slate Blue. HEX triplet: 67, 4E and C3. RGB value is (103,78,195). Sum of RGB (Red+Green+Blue) = 103+78+195=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #674EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EC3 is #98B13C. Grayscale: #626262. Windows color (decimal): -10006845 or 12799591. OLE color: 12799591.
HSL color Cylindrical-coordinate representation of color #674EC3: hue angle of 252.82º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #674EC3 is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 78 | 195 | - |
| CMYK | 0.47 | 0.6 | 0 | 0.24 |
| HSL | 252.82º | 0.49% | 0.54% | - |
| HSV(B) | 252.82º | 0.6% | 0.76% | - |
| XYZ | 18.17 | 12.27 | 53.04 | - |
| YUV | 98.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 195 | 0.47 | 0.6 | 0 | 0.24 | 252.82 | 0.49 | 0.54 |
| Hex | 67 | 4E | C3 | 2F | 3C | 0 | 18 | FD | 31 | 36 |
| Octal | 147 | 116 | 303 | 57 | 74 | 0 | 30 | 375 | 61 | 66 |
| Binary | 1100111 | 1001110 | 11000011 | 101111 | 111100 | 0 | 11000 | 11111101 | 110001 | 110110 |
Color Harmonies of #674EC3
Complementary color
Monochromatic Colors of #674EC3
Black with #674EC3
Text Example
Text Example
White with #674EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EC3; }
p { color: rgb(103,78,195); }
H1.HeaderClassName
{
color: #674EC3;
}
.AnyTagClassName
{
color: #674EC3;
}
</style>
background-color css
<style>
a { background-color: #674EC3; }
a { background-color: rgb(103,78,195); }
div.DivClassName
{
background-color: #674EC3;
}
.BgClassName
{
background-color: #674EC3;
}
</style>
border-color css
<style>
span { border-color: #674EC3; }
span { border-color: rgb(103,78,195); }
td.TdClassName
{
border-color: #674EC3;
}
.TagClassName
{
border-color: #674EC3;
}
</style>