Shades of Slate Blue #674ACB
Tints of Slate Blue #674ACB
RGB
CMYK
RGB Variations
Color information
#674ACB (or 0x674ACB) is known color: Slate Blue. HEX triplet: 67, 4A and CB. RGB value is (103,74,203). Sum of RGB (Red+Green+Blue) = 103+74+203=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #674ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ACB is #98B534. Grayscale: #606060. Windows color (decimal): -10007861 or 13322855. OLE color: 13322855.
HSL color Cylindrical-coordinate representation of color #674ACB: hue angle of 253.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674ACB is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 74 | 203 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.20 |
| HSL | 253.49º | 0.55% | 0.54% | - |
| HSV(B) | 253.49º | 0.64% | 0.8% | - |
| XYZ | 18.82 | 12.09 | 57.84 | - |
| YUV | 97.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 203 | 0.49 | 0.64 | 0 | 0.20 | 253.49 | 0.55 | 0.54 |
| Hex | 67 | 4A | CB | 31 | 40 | 0 | 14 | FD | 37 | 36 |
| Octal | 147 | 112 | 313 | 61 | 100 | 0 | 24 | 375 | 67 | 66 |
| Binary | 1100111 | 1001010 | 11001011 | 110001 | 1000000 | 0 | 10100 | 11111101 | 110111 | 110110 |
Color Harmonies of #674ACB
Complementary color
Monochromatic Colors of #674ACB
Black with #674ACB
Text Example
Text Example
White with #674ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674ACB; }
p { color: rgb(103,74,203); }
H1.HeaderClassName
{
color: #674ACB;
}
.AnyTagClassName
{
color: #674ACB;
}
</style>
background-color css
<style>
a { background-color: #674ACB; }
a { background-color: rgb(103,74,203); }
div.DivClassName
{
background-color: #674ACB;
}
.BgClassName
{
background-color: #674ACB;
}
</style>
border-color css
<style>
span { border-color: #674ACB; }
span { border-color: rgb(103,74,203); }
td.TdClassName
{
border-color: #674ACB;
}
.TagClassName
{
border-color: #674ACB;
}
</style>