#7068a0

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

Shades of Scampi #7068A0

Tints of Scampi #7068A0

Color information

#7068A0 (or 0x7068A0) is unknown color: approx Scampi. HEX triplet: 70, 68 and A0. RGB value is (112,104,160). Sum of RGB (Red+Green+Blue) = 112+104+160=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #7068A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7068A0 is #8F975F. Grayscale: #707070. Windows color (decimal): -9410400 or 10512496. OLE color: 10512496.

HSL color Cylindrical-coordinate representation of color #7068A0: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7068A0 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112104160-
CMYK0.300.3500.37
HSL248.57º22.76%51.76%-
HSV(B)248.57º35%62.75%-
XYZ17.9815.8835.38-
YUV112.78154.65127.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 160 (62.89% from 255) = 42.55%
R=29.79%
G=27.66%
B=42.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121041600.300.3500.37248.5722.7651.76
Hex7068A01E23025f91734
Octal16015024036430453712764
Binary11100001101000101000001111010001101001011111100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7068a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7068a0; }

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

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

<style>
 a { background-color: #7068a0; }

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

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

<style>
 span { border-color: #7068a0; }

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

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