Html Css Color HEX #706CDD Medium Slate Blue

📋 copy color: '#706CDD'

red 112 ◦ green 108 ◦ blue 221

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

Shades of Medium Slate Blue #706CDD

Tints of Medium Slate Blue #706CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 25.4%
G = 24.49%
B = 50.11%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#706CDD (or 0x706CDD) is known color: Medium Slate Blue. HEX triplet: 70, 6C and DD. RGB value is (112,108,221). Sum of RGB (Red+Green+Blue) = 112+108+221=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #706CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CDD is #8F9322. Grayscale: #797979. Windows color (decimal): -9409315 or 14511216. OLE color: 14511216.

HSL color Cylindrical-coordinate representation of color #706CDD: hue angle of 242.12º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706CDD is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 108 221 -
CMYK 0.49 0.51 0 0.13
HSL 242.12º 0.62% 0.65% -
HSV(B) 242.12º 0.51% 0.87% -
XYZ 25.1 19.39 70.83 -
YUV 122.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 112 108 221 0.49 0.51 0 0.13 242.12 0.62 0.65
Hex 70 6C DD 31 33 0 D F2 3E 41
Octal 160 154 335 61 63 0 15 362 76 101
Binary 1110000 1101100 11011101 110001 110011 0 1101 11110010 111110 1000001

Color Harmonies of #706CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CDD

Black with #706CDD

Text Example


Text Example

White with #706CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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