Shades of Slate Blue #614AD5
Tints of Slate Blue #614AD5
RGB
CMYK
RGB Variations
Color information
#614AD5 (or 0x614AD5) is known color: Slate Blue. HEX triplet: 61, 4A and D5. RGB value is (97,74,213). Sum of RGB (Red+Green+Blue) = 97+74+213=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #614AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614AD5 is #9EB52A. Grayscale: #606060. Windows color (decimal): -10401067 or 13978209. OLE color: 13978209.
HSL color Cylindrical-coordinate representation of color #614AD5: hue angle of 249.93º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614AD5 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 74 | 213 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.16 |
| HSL | 249.93º | 0.62% | 0.56% | - |
| HSV(B) | 249.93º | 0.65% | 0.84% | - |
| XYZ | 19.39 | 12.24 | 64.29 | - |
| YUV | 96.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 213 | 0.54 | 0.65 | 0 | 0.16 | 249.93 | 0.62 | 0.56 |
| Hex | 61 | 4A | D5 | 36 | 41 | 0 | 10 | FA | 3E | 38 |
| Octal | 141 | 112 | 325 | 66 | 101 | 0 | 20 | 372 | 76 | 70 |
| Binary | 1100001 | 1001010 | 11010101 | 110110 | 1000001 | 0 | 10000 | 11111010 | 111110 | 111000 |
Color Harmonies of #614AD5
Complementary color
Monochromatic Colors of #614AD5
Black with #614AD5
Text Example
Text Example
White with #614AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614AD5; }
p { color: rgb(97,74,213); }
H1.HeaderClassName
{
color: #614AD5;
}
.AnyTagClassName
{
color: #614AD5;
}
</style>
background-color css
<style>
a { background-color: #614AD5; }
a { background-color: rgb(97,74,213); }
div.DivClassName
{
background-color: #614AD5;
}
.BgClassName
{
background-color: #614AD5;
}
</style>
border-color css
<style>
span { border-color: #614AD5; }
span { border-color: rgb(97,74,213); }
td.TdClassName
{
border-color: #614AD5;
}
.TagClassName
{
border-color: #614AD5;
}
</style>