Shades of Slate Blue #614ADF
Tints of Slate Blue #614ADF
RGB
CMYK
RGB Variations
Color information
#614ADF (or 0x614ADF) is known color: Slate Blue. HEX triplet: 61, 4A and DF. RGB value is (97,74,223). Sum of RGB (Red+Green+Blue) = 97+74+223=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #614ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ADF is #9EB520. Grayscale: #616161. Windows color (decimal): -10401057 or 14633569. OLE color: 14633569.
HSL color Cylindrical-coordinate representation of color #614ADF: hue angle of 249.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #614ADF is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 74 | 223 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.13 |
| HSL | 249.26º | 0.7% | 0.58% | - |
| HSV(B) | 249.26º | 0.67% | 0.87% | - |
| XYZ | 20.7 | 12.77 | 71.19 | - |
| YUV | 97.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 223 | 0.57 | 0.67 | 0 | 0.13 | 249.26 | 0.7 | 0.58 |
| Hex | 61 | 4A | DF | 39 | 43 | 0 | D | F9 | 46 | 3A |
| Octal | 141 | 112 | 337 | 71 | 103 | 0 | 15 | 371 | 106 | 72 |
| Binary | 1100001 | 1001010 | 11011111 | 111001 | 1000011 | 0 | 1101 | 11111001 | 1000110 | 111010 |
Color Harmonies of #614ADF
Complementary color
Monochromatic Colors of #614ADF
Black with #614ADF
Text Example
Text Example
White with #614ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614ADF; }
p { color: rgb(97,74,223); }
H1.HeaderClassName
{
color: #614ADF;
}
.AnyTagClassName
{
color: #614ADF;
}
</style>
background-color css
<style>
a { background-color: #614ADF; }
a { background-color: rgb(97,74,223); }
div.DivClassName
{
background-color: #614ADF;
}
.BgClassName
{
background-color: #614ADF;
}
</style>
border-color css
<style>
span { border-color: #614ADF; }
span { border-color: rgb(97,74,223); }
td.TdClassName
{
border-color: #614ADF;
}
.TagClassName
{
border-color: #614ADF;
}
</style>