#70689E

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

Shades of Scampi #70689E

Tints of Scampi #70689E

Color information

#70689E (or 0x70689E) is unknown color: approx Scampi. HEX triplet: 70, 68 and 9E. RGB value is (112,104,158). Sum of RGB (Red+Green+Blue) = 112+104+158=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #70689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70689E is #8F9761. Grayscale: #707070. Windows color (decimal): -9410402 or 10381424. OLE color: 10381424.

HSL color Cylindrical-coordinate representation of color #70689E: hue angle of 248.89º degrees, saturation: 0.22, 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 #70689E is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112104158-
CMYK0.290.3400.38
HSL248.89º21.77%51.37%-
HSV(B)248.89º34.18%61.96%-
XYZ17.815.8134.46-
YUV112.55153.65127.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=29.95%
G=27.81%
B=42.25%

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
Decimal1121041580.290.3400.38248.8921.7751.37
Hex70689E1D22026f91633
Octal16015023635420463712663
Binary11100001101000100111101110110001001001101111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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