Shades of Slate Blue #674CE8
Tints of Slate Blue #674CE8
RGB
CMYK
RGB Variations
Color information
#674CE8 (or 0x674CE8) is known color: Slate Blue. HEX triplet: 67, 4C and E8. RGB value is (103,76,232). Sum of RGB (Red+Green+Blue) = 103+76+232=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #674CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CE8 is #98B317. Grayscale: #656565. Windows color (decimal): -10007320 or 15223911. OLE color: 15223911.
HSL color Cylindrical-coordinate representation of color #674CE8: hue angle of 250.38º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674CE8 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 76 | 232 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.09 |
| HSL | 250.38º | 0.77% | 0.6% | - |
| HSV(B) | 250.38º | 0.67% | 0.91% | - |
| XYZ | 22.74 | 13.88 | 77.82 | - |
| YUV | 101.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 232 | 0.56 | 0.67 | 0 | 0.09 | 250.38 | 0.77 | 0.6 |
| Hex | 67 | 4C | E8 | 38 | 43 | 0 | 9 | FA | 4D | 3C |
| Octal | 147 | 114 | 350 | 70 | 103 | 0 | 11 | 372 | 115 | 74 |
| Binary | 1100111 | 1001100 | 11101000 | 111000 | 1000011 | 0 | 1001 | 11111010 | 1001101 | 111100 |
Color Harmonies of #674CE8
Complementary color
Monochromatic Colors of #674CE8
Black with #674CE8
Text Example
Text Example
White with #674CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CE8; }
p { color: rgb(103,76,232); }
H1.HeaderClassName
{
color: #674CE8;
}
.AnyTagClassName
{
color: #674CE8;
}
</style>
background-color css
<style>
a { background-color: #674CE8; }
a { background-color: rgb(103,76,232); }
div.DivClassName
{
background-color: #674CE8;
}
.BgClassName
{
background-color: #674CE8;
}
</style>
border-color css
<style>
span { border-color: #674CE8; }
span { border-color: rgb(103,76,232); }
td.TdClassName
{
border-color: #674CE8;
}
.TagClassName
{
border-color: #674CE8;
}
</style>