Shades of Slate Blue #614DBF
Tints of Slate Blue #614DBF
RGB
CMYK
RGB Variations
Color information
#614DBF (or 0x614DBF) is known color: Slate Blue. HEX triplet: 61, 4D and BF. RGB value is (97,77,191). Sum of RGB (Red+Green+Blue) = 97+77+191=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #614DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DBF is #9EB240. Grayscale: #5F5F5F. Windows color (decimal): -10400321 or 12537185. OLE color: 12537185.
HSL color Cylindrical-coordinate representation of color #614DBF: hue angle of 250.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614DBF is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 77 | 191 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.25 |
| HSL | 250.53º | 0.47% | 0.53% | - |
| HSV(B) | 250.53º | 0.6% | 0.75% | - |
| XYZ | 16.99 | 11.61 | 50.64 | - |
| YUV | 95.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 191 | 0.49 | 0.60 | 0 | 0.25 | 250.53 | 0.47 | 0.53 |
| Hex | 61 | 4D | BF | 31 | 3C | 0 | 19 | FB | 2F | 35 |
| Octal | 141 | 115 | 277 | 61 | 74 | 0 | 31 | 373 | 57 | 65 |
| Binary | 1100001 | 1001101 | 10111111 | 110001 | 111100 | 0 | 11001 | 11111011 | 101111 | 110101 |
Color Harmonies of #614DBF
Complementary color
Monochromatic Colors of #614DBF
Black with #614DBF
Text Example
Text Example
White with #614DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614DBF; }
p { color: rgb(97,77,191); }
H1.HeaderClassName
{
color: #614DBF;
}
.AnyTagClassName
{
color: #614DBF;
}
</style>
background-color css
<style>
a { background-color: #614DBF; }
a { background-color: rgb(97,77,191); }
div.DivClassName
{
background-color: #614DBF;
}
.BgClassName
{
background-color: #614DBF;
}
</style>
border-color css
<style>
span { border-color: #614DBF; }
span { border-color: rgb(97,77,191); }
td.TdClassName
{
border-color: #614DBF;
}
.TagClassName
{
border-color: #614DBF;
}
</style>