Html Css Color HEX #706FDE Medium Slate Blue

📋 copy color: '#706FDE'

red 112 ◦ green 111 ◦ blue 222

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

Shades of Medium Slate Blue #706FDE

Tints of Medium Slate Blue #706FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 25.17%
G = 24.94%
B = 49.89%

CMYK

 C value IS 0.50

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#706FDE (or 0x706FDE) is known color: Medium Slate Blue. HEX triplet: 70, 6F and DE. RGB value is (112,111,222). Sum of RGB (Red+Green+Blue) = 112+111+222=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #706FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FDE is #8F9021. Grayscale: #7B7B7B. Windows color (decimal): -9408546 or 14577520. OLE color: 14577520.

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

Color convert

RGB 112 111 222 -
CMYK 0.50 0.5 0 0.13
HSL 240.54º 0.63% 0.65% -
HSV(B) 240.54º 0.5% 0.87% -
XYZ 25.55 20.09 71.64 -
YUV 123.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 112 111 222 0.50 0.5 0 0.13 240.54 0.63 0.65
Hex 70 6F DE 32 32 0 D F1 3F 41
Octal 160 157 336 62 62 0 15 361 77 101
Binary 1110000 1101111 11011110 110010 110010 0 1101 11110001 111111 1000001

Color Harmonies of #706FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FDE

Black with #706FDE

Text Example


Text Example

White with #706FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,222); }

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

background-color css

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

 a { background-color: rgb(112,111,222); }

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

border-color css

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

 span { border-color: rgb(112,111,222); }

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