Html Css Color HEX #706CEE Medium Slate Blue

📋 copy color: '#706CEE'

red 112 ◦ green 108 ◦ blue 238

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

Shades of Medium Slate Blue #706CEE

Tints of Medium Slate Blue #706CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.97%

R = 24.45%
G = 23.58%
B = 51.97%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#706CEE (or 0x706CEE) is known color: Medium Slate Blue. HEX triplet: 70, 6C and EE. RGB value is (112,108,238). Sum of RGB (Red+Green+Blue) = 112+108+238=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #706CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CEE is #8F9311. Grayscale: #7B7B7B. Windows color (decimal): -9409298 or 15625328. OLE color: 15625328.

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

Color convert

RGB 112 108 238 -
CMYK 0.53 0.55 0 0.07
HSL 241.85º 0.79% 0.68% -
HSV(B) 241.85º 0.55% 0.93% -
XYZ 27.48 20.34 83.37 -
YUV 124.02 192.33 119.43 -
System Red Green Blue C M Y K H S L
Decimal 112 108 238 0.53 0.55 0 0.07 241.85 0.79 0.68
Hex 70 6C EE 35 37 0 7 F2 4F 44
Octal 160 154 356 65 67 0 7 362 117 104
Binary 1110000 1101100 11101110 110101 110111 0 111 11110010 1001111 1000100

Color Harmonies of #706CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CEE

Black with #706CEE

Text Example


Text Example

White with #706CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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