Html Css Color HEX #706EDB Medium Slate Blue

📋 copy color: '#706EDB'

red 112 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #706EDB

Tints of Medium Slate Blue #706EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.94%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 25.4%
G = 24.94%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#706EDB (or 0x706EDB) is known color: Medium Slate Blue. HEX triplet: 70, 6E and DB. RGB value is (112,110,219). Sum of RGB (Red+Green+Blue) = 112+110+219=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #706EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EDB is #8F9124. Grayscale: #7A7A7A. Windows color (decimal): -9408805 or 14380656. OLE color: 14380656.

HSL color Cylindrical-coordinate representation of color #706EDB: hue angle of 241.1º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706EDB is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 110 219 -
CMYK 0.49 0.50 0 0.14
HSL 241.1º 0.6% 0.65% -
HSV(B) 241.1º 0.5% 0.86% -
XYZ 25.04 19.71 69.5 -
YUV 123.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 112 110 219 0.49 0.50 0 0.14 241.1 0.6 0.65
Hex 70 6E DB 31 32 0 E F1 3C 41
Octal 160 156 333 61 62 0 16 361 74 101
Binary 1110000 1101110 11011011 110001 110010 0 1110 11110001 111100 1000001

Color Harmonies of #706EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EDB

Black with #706EDB

Text Example


Text Example

White with #706EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,219); }

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

background-color css

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

 a { background-color: rgb(112,110,219); }

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

border-color css

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

 span { border-color: rgb(112,110,219); }

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