Html Css Color HEX #7061EC Medium Slate Blue

📋 copy color: '#7061EC'

red 112 ◦ green 97 ◦ blue 236

#7061EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7061EC

Tints of Medium Slate Blue #7061EC

RGB

 RED value IS 112 (44.14% from 255) = 25.17%

 GREEN value IS 97 (38.28% from 255) = 21.8%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 25.17%
G = 21.8%
B = 53.03%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7061EC (or 0x7061EC) is known color: Medium Slate Blue. HEX triplet: 70, 61 and EC. RGB value is (112,97,236). Sum of RGB (Red+Green+Blue) = 112+97+236=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #7061EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7061EC is #8F9E13. Grayscale: #747474. Windows color (decimal): -9412116 or 15491440. OLE color: 15491440.

HSL color Cylindrical-coordinate representation of color #7061EC: hue angle of 246.47º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7061EC is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 97 236 -
CMYK 0.53 0.59 0 0.07
HSL 246.47º 0.79% 0.65% -
HSV(B) 246.47º 0.59% 0.93% -
XYZ 26.1 18.05 81.47 -
YUV 117.33 194.97 124.2 -
System Red Green Blue C M Y K H S L
Decimal 112 97 236 0.53 0.59 0 0.07 246.47 0.79 0.65
Hex 70 61 EC 35 3B 0 7 F6 4F 41
Octal 160 141 354 65 73 0 7 366 117 101
Binary 1110000 1100001 11101100 110101 111011 0 111 11110110 1001111 1000001

Color Harmonies of #7061EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061EC

Black with #7061EC

Text Example


Text Example

White with #7061EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7061EC; }

 p { color: rgb(112,97,236); }

 H1.HeaderClassName
 {
   color: #7061EC;
 }
 .AnyTagClassName
 {
   color: #7061EC;
 }
</style>

background-color css

<style>
 a { background-color: #7061EC; }

 a { background-color: rgb(112,97,236); }

 div.DivClassName
 {
   background-color: #7061EC;
 }
 .BgClassName
 {
   background-color: #7061EC;
 }
</style>

border-color css

<style>
 span { border-color: #7061EC; }

 span { border-color: rgb(112,97,236); }

 td.TdClassName
 {
   border-color: #7061EC;
 }
 .TagClassName
 {
   border-color: #7061EC;
 }
</style>