Html Css Color HEX #706CEF Medium Slate Blue

📋 copy color: '#706CEF'

red 112 ◦ green 108 ◦ blue 239

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

Shades of Medium Slate Blue #706CEF

Tints of Medium Slate Blue #706CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 24.4%
G = 23.53%
B = 52.07%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#706CEF (or 0x706CEF) is known color: Medium Slate Blue. HEX triplet: 70, 6C and EF. RGB value is (112,108,239). Sum of RGB (Red+Green+Blue) = 112+108+239=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #706CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CEF is #8F9310. Grayscale: #7B7B7B. Windows color (decimal): -9409297 or 15690864. OLE color: 15690864.

HSL color Cylindrical-coordinate representation of color #706CEF: hue angle of 241.83º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706CEF is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 108 239 -
CMYK 0.53 0.55 0 0.06
HSL 241.83º 0.8% 0.68% -
HSV(B) 241.83º 0.55% 0.94% -
XYZ 27.62 20.4 84.14 -
YUV 124.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 112 108 239 0.53 0.55 0 0.06 241.83 0.8 0.68
Hex 70 6C EF 35 37 0 6 F2 50 44
Octal 160 154 357 65 67 0 6 362 120 104
Binary 1110000 1101100 11101111 110101 110111 0 110 11110010 1010000 1000100

Color Harmonies of #706CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CEF

Black with #706CEF

Text Example


Text Example

White with #706CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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