Html Css Color HEX #706AFE Medium Slate Blue

📋 copy color: '#706AFE'

red 112 ◦ green 106 ◦ blue 254

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

Shades of Medium Slate Blue #706AFE

Tints of Medium Slate Blue #706AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 23.73%
G = 22.46%
B = 53.81%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#706AFE (or 0x706AFE) is known color: Medium Slate Blue. HEX triplet: 70, 6A and FE. RGB value is (112,106,254). Sum of RGB (Red+Green+Blue) = 112+106+254=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #706AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AFE is #8F9501. Grayscale: #7C7C7C. Windows color (decimal): -9409794 or 16673392. OLE color: 16673392.

HSL color Cylindrical-coordinate representation of color #706AFE: hue angle of 242.43º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #706AFE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 106 254 -
CMYK 0.56 0.58 0 0.00
HSL 242.43º 0.99% 0.71% -
HSV(B) 242.43º 0.58% 1% -
XYZ 29.73 20.91 96.23 -
YUV 124.67 200.99 118.97 -
System Red Green Blue C M Y K H S L
Decimal 112 106 254 0.56 0.58 0 0.00 242.43 0.99 0.71
Hex 70 6A FE 38 3A 0 0 F2 63 47
Octal 160 152 376 70 72 0 0 362 143 107
Binary 1110000 1101010 11111110 111000 111010 0 0 11110010 1100011 1000111

Color Harmonies of #706AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AFE

Black with #706AFE

Text Example


Text Example

White with #706AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,254); }

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

background-color css

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

 a { background-color: rgb(112,106,254); }

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

border-color css

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

 span { border-color: rgb(112,106,254); }

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