Shades of Slate Blue #614BCD
Tints of Slate Blue #614BCD
RGB
CMYK
RGB Variations
Color information
#614BCD (or 0x614BCD) is known color: Slate Blue. HEX triplet: 61, 4B and CD. RGB value is (97,75,205). Sum of RGB (Red+Green+Blue) = 97+75+205=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #614BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BCD is #9EB432. Grayscale: #5F5F5F. Windows color (decimal): -10400819 or 13454177. OLE color: 13454177.
HSL color Cylindrical-coordinate representation of color #614BCD: hue angle of 250.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614BCD is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 75 | 205 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.20 |
| HSL | 250.15º | 0.57% | 0.55% | - |
| HSV(B) | 250.15º | 0.63% | 0.8% | - |
| XYZ | 18.47 | 11.98 | 59.1 | - |
| YUV | 96.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 205 | 0.53 | 0.63 | 0 | 0.20 | 250.15 | 0.57 | 0.55 |
| Hex | 61 | 4B | CD | 35 | 3F | 0 | 14 | FA | 39 | 37 |
| Octal | 141 | 113 | 315 | 65 | 77 | 0 | 24 | 372 | 71 | 67 |
| Binary | 1100001 | 1001011 | 11001101 | 110101 | 111111 | 0 | 10100 | 11111010 | 111001 | 110111 |
Color Harmonies of #614BCD
Complementary color
Monochromatic Colors of #614BCD
Black with #614BCD
Text Example
Text Example
White with #614BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614BCD; }
p { color: rgb(97,75,205); }
H1.HeaderClassName
{
color: #614BCD;
}
.AnyTagClassName
{
color: #614BCD;
}
</style>
background-color css
<style>
a { background-color: #614BCD; }
a { background-color: rgb(97,75,205); }
div.DivClassName
{
background-color: #614BCD;
}
.BgClassName
{
background-color: #614BCD;
}
</style>
border-color css
<style>
span { border-color: #614BCD; }
span { border-color: rgb(97,75,205); }
td.TdClassName
{
border-color: #614BCD;
}
.TagClassName
{
border-color: #614BCD;
}
</style>