Html Css Color HEX #706AF1 Medium Slate Blue

📋 copy color: '#706AF1'

red 112 ◦ green 106 ◦ blue 241

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

Shades of Medium Slate Blue #706AF1

Tints of Medium Slate Blue #706AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 241 (94.53% from 255) = 52.51%

R = 24.4%
G = 23.09%
B = 52.51%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#706AF1 (or 0x706AF1) is known color: Medium Slate Blue. HEX triplet: 70, 6A and F1. RGB value is (112,106,241). Sum of RGB (Red+Green+Blue) = 112+106+241=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #706AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AF1 is #8F950E. Grayscale: #7A7A7A. Windows color (decimal): -9409807 or 15821424. OLE color: 15821424.

HSL color Cylindrical-coordinate representation of color #706AF1: hue angle of 242.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706AF1 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 106 241 -
CMYK 0.54 0.56 0 0.05
HSL 242.67º 0.83% 0.68% -
HSV(B) 242.67º 0.56% 0.95% -
XYZ 27.71 20.1 85.64 -
YUV 123.18 194.49 120.02 -
System Red Green Blue C M Y K H S L
Decimal 112 106 241 0.54 0.56 0 0.05 242.67 0.83 0.68
Hex 70 6A F1 36 38 0 5 F3 53 44
Octal 160 152 361 66 70 0 5 363 123 104
Binary 1110000 1101010 11110001 110110 111000 0 101 11110011 1010011 1000100

Color Harmonies of #706AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AF1

Black with #706AF1

Text Example


Text Example

White with #706AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,241); }

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

background-color css

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

 a { background-color: rgb(112,106,241); }

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

border-color css

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

 span { border-color: rgb(112,106,241); }

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