Shades of Slate Blue #614FDB
Tints of Slate Blue #614FDB
RGB
CMYK
RGB Variations
Color information
#614FDB (or 0x614FDB) is known color: Slate Blue. HEX triplet: 61, 4F and DB. RGB value is (97,79,219). Sum of RGB (Red+Green+Blue) = 97+79+219=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #614FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FDB is #9EB024. Grayscale: #636363. Windows color (decimal): -10399781 or 14372705. OLE color: 14372705.
HSL color Cylindrical-coordinate representation of color #614FDB: hue angle of 247.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614FDB is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 79 | 219 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.14 |
| HSL | 247.71º | 0.66% | 0.58% | - |
| HSV(B) | 247.71º | 0.64% | 0.86% | - |
| XYZ | 20.51 | 13.25 | 68.49 | - |
| YUV | 100.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 219 | 0.56 | 0.64 | 0 | 0.14 | 247.71 | 0.66 | 0.58 |
| Hex | 61 | 4F | DB | 38 | 40 | 0 | E | F8 | 42 | 3A |
| Octal | 141 | 117 | 333 | 70 | 100 | 0 | 16 | 370 | 102 | 72 |
| Binary | 1100001 | 1001111 | 11011011 | 111000 | 1000000 | 0 | 1110 | 11111000 | 1000010 | 111010 |
Color Harmonies of #614FDB
Complementary color
Monochromatic Colors of #614FDB
Black with #614FDB
Text Example
Text Example
White with #614FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614FDB; }
p { color: rgb(97,79,219); }
H1.HeaderClassName
{
color: #614FDB;
}
.AnyTagClassName
{
color: #614FDB;
}
</style>
background-color css
<style>
a { background-color: #614FDB; }
a { background-color: rgb(97,79,219); }
div.DivClassName
{
background-color: #614FDB;
}
.BgClassName
{
background-color: #614FDB;
}
</style>
border-color css
<style>
span { border-color: #614FDB; }
span { border-color: rgb(97,79,219); }
td.TdClassName
{
border-color: #614FDB;
}
.TagClassName
{
border-color: #614FDB;
}
</style>