Shades of Slate Blue #614DCD
Tints of Slate Blue #614DCD
RGB
CMYK
RGB Variations
Color information
#614DCD (or 0x614DCD) is known color: Slate Blue. HEX triplet: 61, 4D and CD. RGB value is (97,77,205). Sum of RGB (Red+Green+Blue) = 97+77+205=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #614DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DCD is #9EB232. Grayscale: #616161. Windows color (decimal): -10400307 or 13454689. OLE color: 13454689.
HSL color Cylindrical-coordinate representation of color #614DCD: hue angle of 249.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614DCD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 77 | 205 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.20 |
| HSL | 249.38º | 0.56% | 0.55% | - |
| HSV(B) | 249.38º | 0.62% | 0.8% | - |
| XYZ | 18.6 | 12.26 | 59.14 | - |
| YUV | 97.57 | 188.63 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 205 | 0.53 | 0.62 | 0 | 0.20 | 249.38 | 0.56 | 0.55 |
| Hex | 61 | 4D | CD | 35 | 3E | 0 | 14 | F9 | 38 | 37 |
| Octal | 141 | 115 | 315 | 65 | 76 | 0 | 24 | 371 | 70 | 67 |
| Binary | 1100001 | 1001101 | 11001101 | 110101 | 111110 | 0 | 10100 | 11111001 | 111000 | 110111 |
Color Harmonies of #614DCD
Complementary color
Monochromatic Colors of #614DCD
Black with #614DCD
Text Example
Text Example
White with #614DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614DCD; }
p { color: rgb(97,77,205); }
H1.HeaderClassName
{
color: #614DCD;
}
.AnyTagClassName
{
color: #614DCD;
}
</style>
background-color css
<style>
a { background-color: #614DCD; }
a { background-color: rgb(97,77,205); }
div.DivClassName
{
background-color: #614DCD;
}
.BgClassName
{
background-color: #614DCD;
}
</style>
border-color css
<style>
span { border-color: #614DCD; }
span { border-color: rgb(97,77,205); }
td.TdClassName
{
border-color: #614DCD;
}
.TagClassName
{
border-color: #614DCD;
}
</style>