Html Css Color HEX #706BDC Medium Slate Blue

📋 copy color: '#706BDC'

red 112 ◦ green 107 ◦ blue 220

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

Shades of Medium Slate Blue #706BDC

Tints of Medium Slate Blue #706BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.37%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 25.51%
G = 24.37%
B = 50.11%

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

#706BDC (or 0x706BDC) is known color: Medium Slate Blue. HEX triplet: 70, 6B and DC. RGB value is (112,107,220). Sum of RGB (Red+Green+Blue) = 112+107+220=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #706BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BDC is #8F9423. Grayscale: #787878. Windows color (decimal): -9409572 or 14445424. OLE color: 14445424.

HSL color Cylindrical-coordinate representation of color #706BDC: hue angle of 242.65º degrees, saturation: 0.62, 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 #706BDC is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 107 220 -
CMYK 0.49 0.51 0 0.14
HSL 242.65º 0.62% 0.64% -
HSV(B) 242.65º 0.51% 0.86% -
XYZ 24.86 19.13 70.09 -
YUV 121.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 112 107 220 0.49 0.51 0 0.14 242.65 0.62 0.64
Hex 70 6B DC 31 33 0 E F3 3E 40
Octal 160 153 334 61 63 0 16 363 76 100
Binary 1110000 1101011 11011100 110001 110011 0 1110 11110011 111110 1000000

Color Harmonies of #706BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BDC

Black with #706BDC

Text Example


Text Example

White with #706BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,220); }

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

background-color css

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

 a { background-color: rgb(112,107,220); }

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

border-color css

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

 span { border-color: rgb(112,107,220); }

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