#706B8F

Color #706B8F Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #706B8F

Tints of Scampi #706B8F

Color information

#706B8F (or 0x706B8F) is unknown color: approx Scampi. HEX triplet: 70, 6B and 8F. RGB value is (112,107,143). Sum of RGB (Red+Green+Blue) = 112+107+143=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #706B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B8F is #8F9470. Grayscale: #707070. Windows color (decimal): -9409649 or 9399152. OLE color: 9399152.

HSL color Cylindrical-coordinate representation of color #706B8F: hue angle of 248.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706B8F is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112107143-
CMYK0.220.2500.44
HSL248.33º14.4%49.02%-
HSV(B)248.33º25.17%56.08%-
XYZ16.915.9428.17-
YUV112.6145.16127.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=30.94%
G=29.56%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121071430.220.2500.44248.3314.449.02
Hex706B8F161902Cf8e31
Octal16015321726310543701661
Binary111000011010111000111110110110010101100111110001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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