#706CF1

Color #706CF1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #706CF1

Tints of Medium Slate Blue #706CF1

Color information

#706CF1 (or 0x706CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6C and F1. RGB value is (112,108,241). Sum of RGB (Red+Green+Blue) = 112+108+241=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #706CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CF1 is #8F930E. Grayscale: #7B7B7B. Windows color (decimal): -9409295 or 15821936. OLE color: 15821936.

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

Color convert

RGB112108241-
CMYK0.540.5500.05
HSL241.8º82.61%68.43%-
HSV(B)241.8º55.19%94.51%-
XYZ27.9220.5285.71-
YUV124.36193.83119.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=24.30%
G=23.43%
B=52.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121082410.540.5500.05241.882.6168.43
Hex706CF1363705f25344
Octal160154361666705362123104
Binary111000011011001111000111011011011101011111001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #706CF1;
 }
 .AnyTagClassName
 {
   color: #706CF1;
 }
</style>
background-color css

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

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

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

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

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

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