Html Css Color HEX #706DEC Medium Slate Blue

📋 copy color: '#706DEC'

red 112 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #706DEC

Tints of Medium Slate Blue #706DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.85%

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

R = 24.51%
G = 23.85%
B = 51.64%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#706DEC (or 0x706DEC) is known color: Medium Slate Blue. HEX triplet: 70, 6D and EC. RGB value is (112,109,236). Sum of RGB (Red+Green+Blue) = 112+109+236=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #706DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DEC is #8F9213. Grayscale: #7B7B7B. Windows color (decimal): -9409044 or 15494512. OLE color: 15494512.

HSL color Cylindrical-coordinate representation of color #706DEC: hue angle of 241.42º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706DEC is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 109 236 -
CMYK 0.53 0.54 0 0.07
HSL 241.42º 0.77% 0.68% -
HSV(B) 241.42º 0.54% 0.93% -
XYZ 27.29 20.44 81.86 -
YUV 124.38 190.99 119.17 -
System Red Green Blue C M Y K H S L
Decimal 112 109 236 0.53 0.54 0 0.07 241.42 0.77 0.68
Hex 70 6D EC 35 36 0 7 F1 4D 44
Octal 160 155 354 65 66 0 7 361 115 104
Binary 1110000 1101101 11101100 110101 110110 0 111 11110001 1001101 1000100

Color Harmonies of #706DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DEC

Black with #706DEC

Text Example


Text Example

White with #706DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706DEC; }

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

 H1.HeaderClassName
 {
   color: #706DEC;
 }
 .AnyTagClassName
 {
   color: #706DEC;
 }
</style>

background-color css

<style>
 a { background-color: #706DEC; }

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

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

border-color css

<style>
 span { border-color: #706DEC; }

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

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