Html Css Color HEX #706FFB Medium Slate Blue

📋 copy color: '#706FFB'

red 112 ◦ green 111 ◦ blue 251

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

Shades of Medium Slate Blue #706FFB

Tints of Medium Slate Blue #706FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

 BLUE value IS 251 (98.44% from 255) = 52.95%

R = 23.63%
G = 23.42%
B = 52.95%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#706FFB (or 0x706FFB) is known color: Medium Slate Blue. HEX triplet: 70, 6F and FB. RGB value is (112,111,251). Sum of RGB (Red+Green+Blue) = 112+111+251=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #706FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FFB is #8F9004. Grayscale: #7E7E7E. Windows color (decimal): -9408517 or 16478064. OLE color: 16478064.

HSL color Cylindrical-coordinate representation of color #706FFB: hue angle of 240.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706FFB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 111 251 -
CMYK 0.55 0.56 0 0.02
HSL 240.43º 0.95% 0.71% -
HSV(B) 240.43º 0.56% 0.98% -
XYZ 29.78 21.78 93.9 -
YUV 127.26 197.83 117.12 -
System Red Green Blue C M Y K H S L
Decimal 112 111 251 0.55 0.56 0 0.02 240.43 0.95 0.71
Hex 70 6F FB 37 38 0 2 F0 5F 47
Octal 160 157 373 67 70 0 2 360 137 107
Binary 1110000 1101111 11111011 110111 111000 0 10 11110000 1011111 1000111

Color Harmonies of #706FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FFB

Black with #706FFB

Text Example


Text Example

White with #706FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,251); }

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

background-color css

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

 a { background-color: rgb(112,111,251); }

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

border-color css

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

 span { border-color: rgb(112,111,251); }

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