Html Css Color HEX #706CDB Medium Slate Blue

📋 copy color: '#706CDB'

red 112 ◦ green 108 ◦ blue 219

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

Shades of Medium Slate Blue #706CDB

Tints of Medium Slate Blue #706CDB

RGB

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

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

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

R = 25.51%
G = 24.6%
B = 49.89%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#706CDB (or 0x706CDB) is known color: Medium Slate Blue. HEX triplet: 70, 6C and DB. RGB value is (112,108,219). Sum of RGB (Red+Green+Blue) = 112+108+219=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #706CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CDB is #8F9324. Grayscale: #797979. Windows color (decimal): -9409317 or 14380144. OLE color: 14380144.

HSL color Cylindrical-coordinate representation of color #706CDB: hue angle of 242.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706CDB is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 108 219 -
CMYK 0.49 0.51 0 0.14
HSL 242.16º 0.61% 0.64% -
HSV(B) 242.16º 0.51% 0.86% -
XYZ 24.83 19.28 69.43 -
YUV 121.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 112 108 219 0.49 0.51 0 0.14 242.16 0.61 0.64
Hex 70 6C DB 31 33 0 E F2 3D 40
Octal 160 154 333 61 63 0 16 362 75 100
Binary 1110000 1101100 11011011 110001 110011 0 1110 11110010 111101 1000000

Color Harmonies of #706CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CDB

Black with #706CDB

Text Example


Text Example

White with #706CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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