Html Css Color HEX #706FF3 Medium Slate Blue

📋 copy color: '#706FF3'

red 112 ◦ green 111 ◦ blue 243

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

Shades of Medium Slate Blue #706FF3

Tints of Medium Slate Blue #706FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.15%

R = 24.03%
G = 23.82%
B = 52.15%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#706FF3 (or 0x706FF3) is known color: Medium Slate Blue. HEX triplet: 70, 6F and F3. RGB value is (112,111,243). Sum of RGB (Red+Green+Blue) = 112+111+243=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #706FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FF3 is #8F900C. Grayscale: #7D7D7D. Windows color (decimal): -9408525 or 15953776. OLE color: 15953776.

HSL color Cylindrical-coordinate representation of color #706FF3: hue angle of 240.45º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706FF3 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 111 243 -
CMYK 0.54 0.54 0 0.05
HSL 240.45º 0.85% 0.69% -
HSV(B) 240.45º 0.54% 0.95% -
XYZ 28.54 21.28 87.4 -
YUV 126.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 112 111 243 0.54 0.54 0 0.05 240.45 0.85 0.69
Hex 70 6F F3 36 36 0 5 F0 55 45
Octal 160 157 363 66 66 0 5 360 125 105
Binary 1110000 1101111 11110011 110110 110110 0 101 11110000 1010101 1000101

Color Harmonies of #706FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FF3

Black with #706FF3

Text Example


Text Example

White with #706FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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