Html Css Color HEX #706EEF Medium Slate Blue

📋 copy color: '#706EEF'

red 112 ◦ green 110 ◦ blue 239

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

Shades of Medium Slate Blue #706EEF

Tints of Medium Slate Blue #706EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 24.3%
G = 23.86%
B = 51.84%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#706EEF (or 0x706EEF) is known color: Medium Slate Blue. HEX triplet: 70, 6E and EF. RGB value is (112,110,239). Sum of RGB (Red+Green+Blue) = 112+110+239=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #706EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EEF is #8F9110. Grayscale: #7C7C7C. Windows color (decimal): -9408785 or 15691376. OLE color: 15691376.

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

Color convert

RGB 112 110 239 -
CMYK 0.53 0.54 0 0.06
HSL 240.93º 0.8% 0.68% -
HSV(B) 240.93º 0.54% 0.94% -
XYZ 27.84 20.83 84.21 -
YUV 125.3 192.16 118.51 -
System Red Green Blue C M Y K H S L
Decimal 112 110 239 0.53 0.54 0 0.06 240.93 0.8 0.68
Hex 70 6E EF 35 36 0 6 F1 50 44
Octal 160 156 357 65 66 0 6 361 120 104
Binary 1110000 1101110 11101111 110101 110110 0 110 11110001 1010000 1000100

Color Harmonies of #706EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EEF

Black with #706EEF

Text Example


Text Example

White with #706EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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