Shades of Slate Blue #674ECE
Tints of Slate Blue #674ECE
RGB
CMYK
RGB Variations
Color information
#674ECE (or 0x674ECE) is known color: Slate Blue. HEX triplet: 67, 4E and CE. RGB value is (103,78,206). Sum of RGB (Red+Green+Blue) = 103+78+206=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #674ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674ECE is #98B131. Grayscale: #636363. Windows color (decimal): -10006834 or 13520487. OLE color: 13520487.
HSL color Cylindrical-coordinate representation of color #674ECE: hue angle of 251.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674ECE is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 78 | 206 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.19 |
| HSL | 251.72º | 0.57% | 0.56% | - |
| HSV(B) | 251.72º | 0.62% | 0.81% | - |
| XYZ | 19.46 | 12.79 | 59.84 | - |
| YUV | 100.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 206 | 0.50 | 0.62 | 0 | 0.19 | 251.72 | 0.57 | 0.56 |
| Hex | 67 | 4E | CE | 32 | 3E | 0 | 13 | FC | 39 | 38 |
| Octal | 147 | 116 | 316 | 62 | 76 | 0 | 23 | 374 | 71 | 70 |
| Binary | 1100111 | 1001110 | 11001110 | 110010 | 111110 | 0 | 10011 | 11111100 | 111001 | 111000 |
Color Harmonies of #674ECE
Complementary color
Monochromatic Colors of #674ECE
Black with #674ECE
Text Example
Text Example
White with #674ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674ECE; }
p { color: rgb(103,78,206); }
H1.HeaderClassName
{
color: #674ECE;
}
.AnyTagClassName
{
color: #674ECE;
}
</style>
background-color css
<style>
a { background-color: #674ECE; }
a { background-color: rgb(103,78,206); }
div.DivClassName
{
background-color: #674ECE;
}
.BgClassName
{
background-color: #674ECE;
}
</style>
border-color css
<style>
span { border-color: #674ECE; }
span { border-color: rgb(103,78,206); }
td.TdClassName
{
border-color: #674ECE;
}
.TagClassName
{
border-color: #674ECE;
}
</style>