Html Css Color HEX #706EDF Medium Slate Blue

📋 copy color: '#706EDF'

red 112 ◦ green 110 ◦ blue 223

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

Shades of Medium Slate Blue #706EDF

Tints of Medium Slate Blue #706EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 25.17%
G = 24.72%
B = 50.11%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#706EDF (or 0x706EDF) is known color: Medium Slate Blue. HEX triplet: 70, 6E and DF. RGB value is (112,110,223). Sum of RGB (Red+Green+Blue) = 112+110+223=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #706EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EDF is #8F9120. Grayscale: #7B7B7B. Windows color (decimal): -9408801 or 14642800. OLE color: 14642800.

HSL color Cylindrical-coordinate representation of color #706EDF: hue angle of 241.06º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706EDF is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 110 223 -
CMYK 0.50 0.51 0 0.13
HSL 241.06º 0.64% 0.65% -
HSV(B) 241.06º 0.51% 0.87% -
XYZ 25.58 19.92 72.31 -
YUV 123.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 112 110 223 0.50 0.51 0 0.13 241.06 0.64 0.65
Hex 70 6E DF 32 33 0 D F1 40 41
Octal 160 156 337 62 63 0 15 361 100 101
Binary 1110000 1101110 11011111 110010 110011 0 1101 11110001 1000000 1000001

Color Harmonies of #706EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EDF

Black with #706EDF

Text Example


Text Example

White with #706EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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