#70619B

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

Shades of Scampi #70619B

Tints of Scampi #70619B

Color information

#70619B (or 0x70619B) is unknown color: approx Scampi. HEX triplet: 70, 61 and 9B. RGB value is (112,97,155). Sum of RGB (Red+Green+Blue) = 112+97+155=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #70619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70619B is #8F9E64. Grayscale: #6B6B6B. Windows color (decimal): -9412197 or 10183024. OLE color: 10183024.

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

Color convert

RGB11297155-
CMYK0.280.3700.39
HSL255.52º23.02%49.41%-
HSV(B)255.52º37.42%60.78%-
XYZ16.8714.3632.89-
YUV108.1154.47130.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=30.77%
G=26.65%
B=42.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112971550.280.3700.39255.5223.0249.41
Hex70619B1C250271001731
Octal16014123334450474002761
Binary111000011000011001101111100100101010011110000000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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