#70649F

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

Shades of Scampi #70649F

Tints of Scampi #70649F

Color information

#70649F (or 0x70649F) is unknown color: approx Scampi. HEX triplet: 70, 64 and 9F. RGB value is (112,100,159). Sum of RGB (Red+Green+Blue) = 112+100+159=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #70649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70649F is #8F9B60. Grayscale: #6E6E6E. Windows color (decimal): -9411425 or 10445936. OLE color: 10445936.

HSL color Cylindrical-coordinate representation of color #70649F: hue angle of 252.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70649F is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112100159-
CMYK0.300.3700.38
HSL252.2º23.51%50.78%-
HSV(B)252.2º37.11%62.35%-
XYZ17.515.0634.79-
YUV110.31155.48129.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=30.19%
G=26.95%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121001590.300.3700.38252.223.5150.78
Hex70649F1E25026fc1833
Octal16014423736450463743063
Binary11100001100100100111111111010010101001101111110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70649F; }

 p { color: rgb(112,100,159); }

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

<style>
 a { background-color: #70649F; }

 a { background-color: rgb(112,100,159); }

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

<style>
 span { border-color: #70649F; }

 span { border-color: rgb(112,100,159); }

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