Shades of Slate Blue #616EDC
Tints of Slate Blue #616EDC
RGB
CMYK
RGB Variations
Color information
#616EDC (or 0x616EDC) is known color: Slate Blue. HEX triplet: 61, 6E and DC. RGB value is (97,110,220). Sum of RGB (Red+Green+Blue) = 97+110+220=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #616EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EDC is #9E9123. Grayscale: #767676. Windows color (decimal): -10391844 or 14446177. OLE color: 14446177.
HSL color Cylindrical-coordinate representation of color #616EDC: hue angle of 233.66º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616EDC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 110 | 220 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.14 |
| HSL | 233.66º | 0.64% | 0.62% | - |
| HSV(B) | 233.66º | 0.56% | 0.86% | - |
| XYZ | 23.42 | 18.86 | 70.12 | - |
| YUV | 118.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 220 | 0.56 | 0.50 | 0 | 0.14 | 233.66 | 0.64 | 0.62 |
| Hex | 61 | 6E | DC | 38 | 32 | 0 | E | EA | 40 | 3E |
| Octal | 141 | 156 | 334 | 70 | 62 | 0 | 16 | 352 | 100 | 76 |
| Binary | 1100001 | 1101110 | 11011100 | 111000 | 110010 | 0 | 1110 | 11101010 | 1000000 | 111110 |
Color Harmonies of #616EDC
Complementary color
Monochromatic Colors of #616EDC
Black with #616EDC
Text Example
Text Example
White with #616EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616EDC; }
p { color: rgb(97,110,220); }
H1.HeaderClassName
{
color: #616EDC;
}
.AnyTagClassName
{
color: #616EDC;
}
</style>
background-color css
<style>
a { background-color: #616EDC; }
a { background-color: rgb(97,110,220); }
div.DivClassName
{
background-color: #616EDC;
}
.BgClassName
{
background-color: #616EDC;
}
</style>
border-color css
<style>
span { border-color: #616EDC; }
span { border-color: rgb(97,110,220); }
td.TdClassName
{
border-color: #616EDC;
}
.TagClassName
{
border-color: #616EDC;
}
</style>