Shades of Slate Blue #674AE6
Tints of Slate Blue #674AE6
RGB
CMYK
RGB Variations
Color information
#674AE6 (or 0x674AE6) is known color: Slate Blue. HEX triplet: 67, 4A and E6. RGB value is (103,74,230). Sum of RGB (Red+Green+Blue) = 103+74+230=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #674AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AE6 is #98B519. Grayscale: #636363. Windows color (decimal): -10007834 or 15092327. OLE color: 15092327.
HSL color Cylindrical-coordinate representation of color #674AE6: hue angle of 251.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674AE6 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 74 | 230 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.10 |
| HSL | 251.15º | 0.76% | 0.6% | - |
| HSV(B) | 251.15º | 0.68% | 0.9% | - |
| XYZ | 22.33 | 13.49 | 76.29 | - |
| YUV | 100.46 | 201.11 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 230 | 0.55 | 0.68 | 0 | 0.10 | 251.15 | 0.76 | 0.6 |
| Hex | 67 | 4A | E6 | 37 | 44 | 0 | A | FB | 4C | 3C |
| Octal | 147 | 112 | 346 | 67 | 104 | 0 | 12 | 373 | 114 | 74 |
| Binary | 1100111 | 1001010 | 11100110 | 110111 | 1000100 | 0 | 1010 | 11111011 | 1001100 | 111100 |
Color Harmonies of #674AE6
Complementary color
Monochromatic Colors of #674AE6
Black with #674AE6
Text Example
Text Example
White with #674AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674AE6; }
p { color: rgb(103,74,230); }
H1.HeaderClassName
{
color: #674AE6;
}
.AnyTagClassName
{
color: #674AE6;
}
</style>
background-color css
<style>
a { background-color: #674AE6; }
a { background-color: rgb(103,74,230); }
div.DivClassName
{
background-color: #674AE6;
}
.BgClassName
{
background-color: #674AE6;
}
</style>
border-color css
<style>
span { border-color: #674AE6; }
span { border-color: rgb(103,74,230); }
td.TdClassName
{
border-color: #674AE6;
}
.TagClassName
{
border-color: #674AE6;
}
</style>