#70659E

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

Shades of Scampi #70659E

Tints of Scampi #70659E

Color information

#70659E (or 0x70659E) is unknown color: approx Scampi. HEX triplet: 70, 65 and 9E. RGB value is (112,101,158). Sum of RGB (Red+Green+Blue) = 112+101+158=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #70659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70659E is #8F9A61. Grayscale: #6E6E6E. Windows color (decimal): -9411170 or 10380656. OLE color: 10380656.

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

Color convert

RGB112101158-
CMYK0.290.3600.38
HSL251.58º22.71%50.78%-
HSV(B)251.58º36.08%61.96%-
XYZ17.5115.2234.36-
YUV110.79154.64128.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=30.19%
G=27.22%
B=42.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121011580.290.3600.38251.5822.7150.78
Hex70659E1D24026fc1733
Octal16014523635440463742763
Binary11100001100101100111101110110010001001101111110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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