#70689D

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

Shades of Scampi #70689D

Tints of Scampi #70689D

Color information

#70689D (or 0x70689D) is unknown color: approx Scampi. HEX triplet: 70, 68 and 9D. RGB value is (112,104,157). Sum of RGB (Red+Green+Blue) = 112+104+157=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #70689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70689D is #8F9762. Grayscale: #707070. Windows color (decimal): -9410403 or 10315888. OLE color: 10315888.

HSL color Cylindrical-coordinate representation of color #70689D: hue angle of 249.06º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70689D is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112104157-
CMYK0.290.3400.38
HSL249.06º21.29%51.18%-
HSV(B)249.06º33.76%61.57%-
XYZ17.7215.7834.01-
YUV112.43153.15127.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=30.03%
G=27.88%
B=42.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121041570.290.3400.38249.0621.2951.18
Hex70689D1D22026f91533
Octal16015023535420463712563
Binary11100001101000100111011110110001001001101111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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