Shades of Slate Blue #616BE0
Tints of Slate Blue #616BE0
RGB
CMYK
RGB Variations
Color information
#616BE0 (or 0x616BE0) is known color: Slate Blue. HEX triplet: 61, 6B and E0. RGB value is (97,107,224). Sum of RGB (Red+Green+Blue) = 97+107+224=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #616BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BE0 is #9E941F. Grayscale: #747474. Windows color (decimal): -10392608 or 14707553. OLE color: 14707553.
HSL color Cylindrical-coordinate representation of color #616BE0: hue angle of 235.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616BE0 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 107 | 224 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.12 |
| HSL | 235.28º | 0.67% | 0.63% | - |
| HSV(B) | 235.28º | 0.57% | 0.88% | - |
| XYZ | 23.64 | 18.44 | 72.83 | - |
| YUV | 117.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 224 | 0.57 | 0.52 | 0 | 0.12 | 235.28 | 0.67 | 0.63 |
| Hex | 61 | 6B | E0 | 39 | 34 | 0 | C | EB | 43 | 3F |
| Octal | 141 | 153 | 340 | 71 | 64 | 0 | 14 | 353 | 103 | 77 |
| Binary | 1100001 | 1101011 | 11100000 | 111001 | 110100 | 0 | 1100 | 11101011 | 1000011 | 111111 |
Color Harmonies of #616BE0
Complementary color
Monochromatic Colors of #616BE0
Black with #616BE0
Text Example
Text Example
White with #616BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BE0; }
p { color: rgb(97,107,224); }
H1.HeaderClassName
{
color: #616BE0;
}
.AnyTagClassName
{
color: #616BE0;
}
</style>
background-color css
<style>
a { background-color: #616BE0; }
a { background-color: rgb(97,107,224); }
div.DivClassName
{
background-color: #616BE0;
}
.BgClassName
{
background-color: #616BE0;
}
</style>
border-color css
<style>
span { border-color: #616BE0; }
span { border-color: rgb(97,107,224); }
td.TdClassName
{
border-color: #616BE0;
}
.TagClassName
{
border-color: #616BE0;
}
</style>