Shades of Slate Blue #674CEA
Tints of Slate Blue #674CEA
RGB
CMYK
RGB Variations
Color information
#674CEA (or 0x674CEA) is known color: Slate Blue. HEX triplet: 67, 4C and EA. RGB value is (103,76,234). Sum of RGB (Red+Green+Blue) = 103+76+234=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #674CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CEA is #98B315. Grayscale: #656565. Windows color (decimal): -10007318 or 15354983. OLE color: 15354983.
HSL color Cylindrical-coordinate representation of color #674CEA: hue angle of 250.25º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674CEA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 76 | 234 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.08 |
| HSL | 250.25º | 0.79% | 0.61% | - |
| HSV(B) | 250.25º | 0.68% | 0.92% | - |
| XYZ | 23.03 | 13.99 | 79.33 | - |
| YUV | 102.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 234 | 0.56 | 0.68 | 0 | 0.08 | 250.25 | 0.79 | 0.61 |
| Hex | 67 | 4C | EA | 38 | 44 | 0 | 8 | FA | 4F | 3D |
| Octal | 147 | 114 | 352 | 70 | 104 | 0 | 10 | 372 | 117 | 75 |
| Binary | 1100111 | 1001100 | 11101010 | 111000 | 1000100 | 0 | 1000 | 11111010 | 1001111 | 111101 |
Color Harmonies of #674CEA
Complementary color
Monochromatic Colors of #674CEA
Black with #674CEA
Text Example
Text Example
White with #674CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CEA; }
p { color: rgb(103,76,234); }
H1.HeaderClassName
{
color: #674CEA;
}
.AnyTagClassName
{
color: #674CEA;
}
</style>
background-color css
<style>
a { background-color: #674CEA; }
a { background-color: rgb(103,76,234); }
div.DivClassName
{
background-color: #674CEA;
}
.BgClassName
{
background-color: #674CEA;
}
</style>
border-color css
<style>
span { border-color: #674CEA; }
span { border-color: rgb(103,76,234); }
td.TdClassName
{
border-color: #674CEA;
}
.TagClassName
{
border-color: #674CEA;
}
</style>