Shades of Slate Blue #674AE8
Tints of Slate Blue #674AE8
RGB
CMYK
RGB Variations
Color information
#674AE8 (or 0x674AE8) is known color: Slate Blue. HEX triplet: 67, 4A and E8. RGB value is (103,74,232). Sum of RGB (Red+Green+Blue) = 103+74+232=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #674AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AE8 is #98B517. Grayscale: #646464. Windows color (decimal): -10007832 or 15223399. OLE color: 15223399.
HSL color Cylindrical-coordinate representation of color #674AE8: hue angle of 251.01º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674AE8 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 74 | 232 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.09 |
| HSL | 251.01º | 0.77% | 0.6% | - |
| HSV(B) | 251.01º | 0.68% | 0.91% | - |
| XYZ | 22.61 | 13.61 | 77.78 | - |
| YUV | 100.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 232 | 0.56 | 0.68 | 0 | 0.09 | 251.01 | 0.77 | 0.6 |
| Hex | 67 | 4A | E8 | 38 | 44 | 0 | 9 | FB | 4D | 3C |
| Octal | 147 | 112 | 350 | 70 | 104 | 0 | 11 | 373 | 115 | 74 |
| Binary | 1100111 | 1001010 | 11101000 | 111000 | 1000100 | 0 | 1001 | 11111011 | 1001101 | 111100 |
Color Harmonies of #674AE8
Complementary color
Monochromatic Colors of #674AE8
Black with #674AE8
Text Example
Text Example
White with #674AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674AE8; }
p { color: rgb(103,74,232); }
H1.HeaderClassName
{
color: #674AE8;
}
.AnyTagClassName
{
color: #674AE8;
}
</style>
background-color css
<style>
a { background-color: #674AE8; }
a { background-color: rgb(103,74,232); }
div.DivClassName
{
background-color: #674AE8;
}
.BgClassName
{
background-color: #674AE8;
}
</style>
border-color css
<style>
span { border-color: #674AE8; }
span { border-color: rgb(103,74,232); }
td.TdClassName
{
border-color: #674AE8;
}
.TagClassName
{
border-color: #674AE8;
}
</style>