Html Css Color HEX #706BFC Medium Slate Blue

📋 copy color: '#706BFC'

red 112 ◦ green 107 ◦ blue 252

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

Shades of Medium Slate Blue #706BFC

Tints of Medium Slate Blue #706BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 23.78%
G = 22.72%
B = 53.5%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#706BFC (or 0x706BFC) is known color: Medium Slate Blue. HEX triplet: 70, 6B and FC. RGB value is (112,107,252). Sum of RGB (Red+Green+Blue) = 112+107+252=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #706BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BFC is #8F9403. Grayscale: #7C7C7C. Windows color (decimal): -9409540 or 16542576. OLE color: 16542576.

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

Color convert

RGB 112 107 252 -
CMYK 0.56 0.58 0 0.01
HSL 242.07º 0.96% 0.7% -
HSV(B) 242.07º 0.58% 0.99% -
XYZ 29.51 20.99 94.59 -
YUV 125.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 112 107 252 0.56 0.58 0 0.01 242.07 0.96 0.7
Hex 70 6B FC 38 3A 0 1 F2 60 46
Octal 160 153 374 70 72 0 1 362 140 106
Binary 1110000 1101011 11111100 111000 111010 0 1 11110010 1100000 1000110

Color Harmonies of #706BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BFC

Black with #706BFC

Text Example


Text Example

White with #706BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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