Html Css Color HEX #706EF6 Medium Slate Blue

📋 copy color: '#706EF6'

red 112 ◦ green 110 ◦ blue 246

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

Shades of Medium Slate Blue #706EF6

Tints of Medium Slate Blue #706EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.56%

R = 23.93%
G = 23.5%
B = 52.56%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#706EF6 (or 0x706EF6) is known color: Medium Slate Blue. HEX triplet: 70, 6E and F6. RGB value is (112,110,246). Sum of RGB (Red+Green+Blue) = 112+110+246=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #706EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EF6 is #8F9109. Grayscale: #7D7D7D. Windows color (decimal): -9408778 or 16150128. OLE color: 16150128.

HSL color Cylindrical-coordinate representation of color #706EF6: hue angle of 240.88º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706EF6 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 110 246 -
CMYK 0.54 0.55 0 0.04
HSL 240.88º 0.88% 0.7% -
HSV(B) 240.88º 0.55% 0.96% -
XYZ 28.89 21.25 89.77 -
YUV 126.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 112 110 246 0.54 0.55 0 0.04 240.88 0.88 0.7
Hex 70 6E F6 36 37 0 4 F1 58 46
Octal 160 156 366 66 67 0 4 361 130 106
Binary 1110000 1101110 11110110 110110 110111 0 100 11110001 1011000 1000110

Color Harmonies of #706EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EF6

Black with #706EF6

Text Example


Text Example

White with #706EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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