#70659B

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

Shades of Scampi #70659B

Tints of Scampi #70659B

Color information

#70659B (or 0x70659B) is unknown color: approx Scampi. HEX triplet: 70, 65 and 9B. RGB value is (112,101,155). Sum of RGB (Red+Green+Blue) = 112+101+155=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #70659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70659B is #8F9A64. Grayscale: #6E6E6E. Windows color (decimal): -9411173 or 10184048. OLE color: 10184048.

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

Color convert

RGB112101155-
CMYK0.280.3500.39
HSL252.22º21.26%50.2%-
HSV(B)252.22º34.84%60.78%-
XYZ17.2515.1233.02-
YUV110.44153.14129.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=30.43%
G=27.45%
B=42.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121011550.280.3500.39252.2221.2650.2
Hex70659B1C23027fc1532
Octal16014523334430473742562
Binary11100001100101100110111110010001101001111111110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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