Shades of Slate Blue #674CEC
Tints of Slate Blue #674CEC
RGB
CMYK
RGB Variations
Color information
#674CEC (or 0x674CEC) is known color: Slate Blue. HEX triplet: 67, 4C and EC. RGB value is (103,76,236). Sum of RGB (Red+Green+Blue) = 103+76+236=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #674CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CEC is #98B313. Grayscale: #656565. Windows color (decimal): -10007316 or 15486055. OLE color: 15486055.
HSL color Cylindrical-coordinate representation of color #674CEC: hue angle of 250.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674CEC is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 76 | 236 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.07 |
| HSL | 250.13º | 0.81% | 0.61% | - |
| HSV(B) | 250.13º | 0.68% | 0.93% | - |
| XYZ | 23.32 | 14.11 | 80.85 | - |
| YUV | 102.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 236 | 0.56 | 0.68 | 0 | 0.07 | 250.13 | 0.81 | 0.61 |
| Hex | 67 | 4C | EC | 38 | 44 | 0 | 7 | FA | 51 | 3D |
| Octal | 147 | 114 | 354 | 70 | 104 | 0 | 7 | 372 | 121 | 75 |
| Binary | 1100111 | 1001100 | 11101100 | 111000 | 1000100 | 0 | 111 | 11111010 | 1010001 | 111101 |
Color Harmonies of #674CEC
Complementary color
Monochromatic Colors of #674CEC
Black with #674CEC
Text Example
Text Example
White with #674CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CEC; }
p { color: rgb(103,76,236); }
H1.HeaderClassName
{
color: #674CEC;
}
.AnyTagClassName
{
color: #674CEC;
}
</style>
background-color css
<style>
a { background-color: #674CEC; }
a { background-color: rgb(103,76,236); }
div.DivClassName
{
background-color: #674CEC;
}
.BgClassName
{
background-color: #674CEC;
}
</style>
border-color css
<style>
span { border-color: #674CEC; }
span { border-color: rgb(103,76,236); }
td.TdClassName
{
border-color: #674CEC;
}
.TagClassName
{
border-color: #674CEC;
}
</style>