Shades of Slate Blue #674ADD
Tints of Slate Blue #674ADD
RGB
CMYK
RGB Variations
Color information
#674ADD (or 0x674ADD) is known color: Slate Blue. HEX triplet: 67, 4A and DD. RGB value is (103,74,221). Sum of RGB (Red+Green+Blue) = 103+74+221=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #674ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ADD is #98B522. Grayscale: #626262. Windows color (decimal): -10007843 or 14502503. OLE color: 14502503.
HSL color Cylindrical-coordinate representation of color #674ADD: hue angle of 251.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674ADD is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 74 | 221 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.13 |
| HSL | 251.84º | 0.68% | 0.58% | - |
| HSV(B) | 251.84º | 0.67% | 0.87% | - |
| XYZ | 21.09 | 13 | 69.8 | - |
| YUV | 99.43 | 196.61 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 221 | 0.53 | 0.67 | 0 | 0.13 | 251.84 | 0.68 | 0.58 |
| Hex | 67 | 4A | DD | 35 | 43 | 0 | D | FC | 44 | 3A |
| Octal | 147 | 112 | 335 | 65 | 103 | 0 | 15 | 374 | 104 | 72 |
| Binary | 1100111 | 1001010 | 11011101 | 110101 | 1000011 | 0 | 1101 | 11111100 | 1000100 | 111010 |
Color Harmonies of #674ADD
Complementary color
Monochromatic Colors of #674ADD
Black with #674ADD
Text Example
Text Example
White with #674ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674ADD; }
p { color: rgb(103,74,221); }
H1.HeaderClassName
{
color: #674ADD;
}
.AnyTagClassName
{
color: #674ADD;
}
</style>
background-color css
<style>
a { background-color: #674ADD; }
a { background-color: rgb(103,74,221); }
div.DivClassName
{
background-color: #674ADD;
}
.BgClassName
{
background-color: #674ADD;
}
</style>
border-color css
<style>
span { border-color: #674ADD; }
span { border-color: rgb(103,74,221); }
td.TdClassName
{
border-color: #674ADD;
}
.TagClassName
{
border-color: #674ADD;
}
</style>