#70679C

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

Shades of Scampi #70679C

Tints of Scampi #70679C

Color information

#70679C (or 0x70679C) is unknown color: approx Scampi. HEX triplet: 70, 67 and 9C. RGB value is (112,103,156). Sum of RGB (Red+Green+Blue) = 112+103+156=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #70679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70679C is #8F9863. Grayscale: #6F6F6F. Windows color (decimal): -9410660 or 10250096. OLE color: 10250096.

HSL color Cylindrical-coordinate representation of color #70679C: hue angle of 250.19º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70679C is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112103156-
CMYK0.280.3400.39
HSL250.19º21.12%50.78%-
HSV(B)250.19º33.97%61.18%-
XYZ17.5315.5533.53-
YUV111.73152.98128.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=30.19%
G=27.76%
B=42.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121031560.280.3400.39250.1921.1250.78
Hex70679C1C22027fa1533
Octal16014723434420473722563
Binary11100001100111100111001110010001001001111111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70679C; }

 p { color: rgb(112,103,156); }

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

<style>
 a { background-color: #70679C; }

 a { background-color: rgb(112,103,156); }

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

<style>
 span { border-color: #70679C; }

 span { border-color: rgb(112,103,156); }

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