#70659D

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

Shades of Scampi #70659D

Tints of Scampi #70659D

Color information

#70659D (or 0x70659D) is unknown color: approx Scampi. HEX triplet: 70, 65 and 9D. RGB value is (112,101,157). Sum of RGB (Red+Green+Blue) = 112+101+157=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #70659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70659D is #8F9A62. Grayscale: #6E6E6E. Windows color (decimal): -9411171 or 10315120. OLE color: 10315120.

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

Color convert

RGB112101157-
CMYK0.290.3600.38
HSL251.79º22.22%50.59%-
HSV(B)251.79º35.67%61.57%-
XYZ17.4215.1933.91-
YUV110.67154.14128.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=30.27%
G=27.30%
B=42.43%

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
Decimal1121011570.290.3600.38251.7922.2250.59
Hex70659D1D24026fc1633
Octal16014523535440463742663
Binary11100001100101100111011110110010001001101111110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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