Html Css Color HEX #706BFE Medium Slate Blue

📋 copy color: '#706BFE'

red 112 ◦ green 107 ◦ blue 254

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

Shades of Medium Slate Blue #706BFE

Tints of Medium Slate Blue #706BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 23.68%
G = 22.62%
B = 53.7%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#706BFE (or 0x706BFE) is known color: Medium Slate Blue. HEX triplet: 70, 6B and FE. RGB value is (112,107,254). Sum of RGB (Red+Green+Blue) = 112+107+254=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #706BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BFE is #8F9401. Grayscale: #7C7C7C. Windows color (decimal): -9409538 or 16673648. OLE color: 16673648.

HSL color Cylindrical-coordinate representation of color #706BFE: hue angle of 242.04º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #706BFE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 107 254 -
CMYK 0.56 0.58 0 0.00
HSL 242.04º 0.99% 0.71% -
HSV(B) 242.04º 0.58% 1% -
XYZ 29.83 21.12 96.27 -
YUV 125.25 200.66 118.55 -
System Red Green Blue C M Y K H S L
Decimal 112 107 254 0.56 0.58 0 0.00 242.04 0.99 0.71
Hex 70 6B FE 38 3A 0 0 F2 63 47
Octal 160 153 376 70 72 0 0 362 143 107
Binary 1110000 1101011 11111110 111000 111010 0 0 11110010 1100011 1000111

Color Harmonies of #706BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BFE

Black with #706BFE

Text Example


Text Example

White with #706BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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