Html Css Color HEX #706EEC Medium Slate Blue

📋 copy color: '#706EEC'

red 112 ◦ green 110 ◦ blue 236

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

Shades of Medium Slate Blue #706EEC

Tints of Medium Slate Blue #706EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.02%

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

R = 24.45%
G = 24.02%
B = 51.53%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#706EEC (or 0x706EEC) is known color: Medium Slate Blue. HEX triplet: 70, 6E and EC. RGB value is (112,110,236). Sum of RGB (Red+Green+Blue) = 112+110+236=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #706EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EEC is #8F9113. Grayscale: #7C7C7C. Windows color (decimal): -9408788 or 15494768. OLE color: 15494768.

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

Color convert

RGB 112 110 236 -
CMYK 0.53 0.53 0 0.07
HSL 240.95º 0.77% 0.68% -
HSV(B) 240.95º 0.53% 0.93% -
XYZ 27.4 20.65 81.9 -
YUV 124.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 112 110 236 0.53 0.53 0 0.07 240.95 0.77 0.68
Hex 70 6E EC 35 35 0 7 F1 4D 44
Octal 160 156 354 65 65 0 7 361 115 104
Binary 1110000 1101110 11101100 110101 110101 0 111 11110001 1001101 1000100

Color Harmonies of #706EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EEC

Black with #706EEC

Text Example


Text Example

White with #706EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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