#70689F

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

Shades of Scampi #70689F

Tints of Scampi #70689F

Color information

#70689F (or 0x70689F) is unknown color: approx Scampi. HEX triplet: 70, 68 and 9F. RGB value is (112,104,159). Sum of RGB (Red+Green+Blue) = 112+104+159=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #70689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70689F is #8F9760. Grayscale: #707070. Windows color (decimal): -9410401 or 10446960. OLE color: 10446960.

HSL color Cylindrical-coordinate representation of color #70689F: hue angle of 248.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70689F is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112104159-
CMYK0.300.3500.38
HSL248.73º22.27%51.57%-
HSV(B)248.73º34.59%62.35%-
XYZ17.8915.8534.92-
YUV112.66154.15127.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=29.87%
G=27.73%
B=42.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121041590.300.3500.38248.7322.2751.57
Hex70689F1E23026f91634
Octal16015023736430463712664
Binary11100001101000100111111111010001101001101111100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70689F; }

 p { color: rgb(112,104,159); }

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

<style>
 a { background-color: #70689F; }

 a { background-color: rgb(112,104,159); }

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

<style>
 span { border-color: #70689F; }

 span { border-color: rgb(112,104,159); }

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