Html Css Color HEX #706CF9 Medium Slate Blue

📋 copy color: '#706CF9'

red 112 ◦ green 108 ◦ blue 249

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

Shades of Medium Slate Blue #706CF9

Tints of Medium Slate Blue #706CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 23.88%
G = 23.03%
B = 53.09%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#706CF9 (or 0x706CF9) is known color: Medium Slate Blue. HEX triplet: 70, 6C and F9. RGB value is (112,108,249). Sum of RGB (Red+Green+Blue) = 112+108+249=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #706CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CF9 is #8F9306. Grayscale: #7C7C7C. Windows color (decimal): -9409287 or 16346224. OLE color: 16346224.

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

Color convert

RGB 112 108 249 -
CMYK 0.55 0.57 0 0.02
HSL 241.7º 0.92% 0.7% -
HSV(B) 241.7º 0.57% 0.98% -
XYZ 29.14 21.01 92.14 -
YUV 125.27 197.83 118.54 -
System Red Green Blue C M Y K H S L
Decimal 112 108 249 0.55 0.57 0 0.02 241.7 0.92 0.7
Hex 70 6C F9 37 39 0 2 F2 5C 46
Octal 160 154 371 67 71 0 2 362 134 106
Binary 1110000 1101100 11111001 110111 111001 0 10 11110010 1011100 1000110

Color Harmonies of #706CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CF9

Black with #706CF9

Text Example


Text Example

White with #706CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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