#70629E

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

Shades of Scampi #70629E

Tints of Scampi #70629E

Color information

#70629E (or 0x70629E) is unknown color: approx Scampi. HEX triplet: 70, 62 and 9E. RGB value is (112,98,158). Sum of RGB (Red+Green+Blue) = 112+98+158=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #70629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70629E is #8F9D61. Grayscale: #6C6C6C. Windows color (decimal): -9411938 or 10379888. OLE color: 10379888.

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

Color convert

RGB11298158-
CMYK0.290.3800.38
HSL254º23.62%50.2%-
HSV(B)254º37.97%61.96%-
XYZ17.2214.6534.27-
YUV109.03155.64130.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=30.43%
G=26.63%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112981580.290.3800.3825423.6250.2
Hex70629E1D26026fe1832
Octal16014223635460463763062
Binary11100001100010100111101110110011001001101111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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