Shades of Slate Blue #614BC1
Tints of Slate Blue #614BC1
RGB
CMYK
RGB Variations
Color information
#614BC1 (or 0x614BC1) is known color: Slate Blue. HEX triplet: 61, 4B and C1. RGB value is (97,75,193). Sum of RGB (Red+Green+Blue) = 97+75+193=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #614BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BC1 is #9EB43E. Grayscale: #5E5E5E. Windows color (decimal): -10400831 or 12667745. OLE color: 12667745.
HSL color Cylindrical-coordinate representation of color #614BC1: hue angle of 251.19º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614BC1 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 75 | 193 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.24 |
| HSL | 251.19º | 0.49% | 0.53% | - |
| HSV(B) | 251.19º | 0.61% | 0.76% | - |
| XYZ | 17.07 | 11.42 | 51.76 | - |
| YUV | 95.03 | 183.29 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 193 | 0.50 | 0.61 | 0 | 0.24 | 251.19 | 0.49 | 0.53 |
| Hex | 61 | 4B | C1 | 32 | 3D | 0 | 18 | FB | 31 | 35 |
| Octal | 141 | 113 | 301 | 62 | 75 | 0 | 30 | 373 | 61 | 65 |
| Binary | 1100001 | 1001011 | 11000001 | 110010 | 111101 | 0 | 11000 | 11111011 | 110001 | 110101 |
Color Harmonies of #614BC1
Complementary color
Monochromatic Colors of #614BC1
Black with #614BC1
Text Example
Text Example
White with #614BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614BC1; }
p { color: rgb(97,75,193); }
H1.HeaderClassName
{
color: #614BC1;
}
.AnyTagClassName
{
color: #614BC1;
}
</style>
background-color css
<style>
a { background-color: #614BC1; }
a { background-color: rgb(97,75,193); }
div.DivClassName
{
background-color: #614BC1;
}
.BgClassName
{
background-color: #614BC1;
}
</style>
border-color css
<style>
span { border-color: #614BC1; }
span { border-color: rgb(97,75,193); }
td.TdClassName
{
border-color: #614BC1;
}
.TagClassName
{
border-color: #614BC1;
}
</style>