Html Css Color HEX #706CF6 Medium Slate Blue

📋 copy color: '#706CF6'

red 112 ◦ green 108 ◦ blue 246

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

Shades of Medium Slate Blue #706CF6

Tints of Medium Slate Blue #706CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.18%

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

R = 24.03%
G = 23.18%
B = 52.79%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#706CF6 (or 0x706CF6) is known color: Medium Slate Blue. HEX triplet: 70, 6C and F6. RGB value is (112,108,246). Sum of RGB (Red+Green+Blue) = 112+108+246=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #706CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CF6 is #8F9309. Grayscale: #7C7C7C. Windows color (decimal): -9409290 or 16149616. OLE color: 16149616.

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

Color convert

RGB 112 108 246 -
CMYK 0.54 0.56 0 0.04
HSL 241.74º 0.88% 0.69% -
HSV(B) 241.74º 0.56% 0.96% -
XYZ 28.68 20.82 89.7 -
YUV 124.93 196.33 118.78 -
System Red Green Blue C M Y K H S L
Decimal 112 108 246 0.54 0.56 0 0.04 241.74 0.88 0.69
Hex 70 6C F6 36 38 0 4 F2 58 45
Octal 160 154 366 66 70 0 4 362 130 105
Binary 1110000 1101100 11110110 110110 111000 0 100 11110010 1011000 1000101

Color Harmonies of #706CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CF6

Black with #706CF6

Text Example


Text Example

White with #706CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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