Html Css Color HEX #706FE6 Medium Slate Blue

📋 copy color: '#706FE6'

red 112 ◦ green 111 ◦ blue 230

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

Shades of Medium Slate Blue #706FE6

Tints of Medium Slate Blue #706FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.77%

R = 24.72%
G = 24.5%
B = 50.77%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#706FE6 (or 0x706FE6) is known color: Medium Slate Blue. HEX triplet: 70, 6F and E6. RGB value is (112,111,230). Sum of RGB (Red+Green+Blue) = 112+111+230=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #706FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FE6 is #8F9019. Grayscale: #7C7C7C. Windows color (decimal): -9408538 or 15101808. OLE color: 15101808.

HSL color Cylindrical-coordinate representation of color #706FE6: hue angle of 240.5º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706FE6 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 111 230 -
CMYK 0.51 0.52 0 0.10
HSL 240.5º 0.7% 0.67% -
HSV(B) 240.5º 0.52% 0.9% -
XYZ 26.65 20.53 77.42 -
YUV 124.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 112 111 230 0.51 0.52 0 0.10 240.5 0.7 0.67
Hex 70 6F E6 33 34 0 A F1 46 43
Octal 160 157 346 63 64 0 12 361 106 103
Binary 1110000 1101111 11100110 110011 110100 0 1010 11110001 1000110 1000011

Color Harmonies of #706FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FE6

Black with #706FE6

Text Example


Text Example

White with #706FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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