#70619C

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

Shades of Scampi #70619C

Tints of Scampi #70619C

Color information

#70619C (or 0x70619C) is unknown color: approx Scampi. HEX triplet: 70, 61 and 9C. RGB value is (112,97,156). Sum of RGB (Red+Green+Blue) = 112+97+156=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #70619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70619C is #8F9E63. Grayscale: #6B6B6B. Windows color (decimal): -9412196 or 10248560. OLE color: 10248560.

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

Color convert

RGB11297156-
CMYK0.280.3800.39
HSL255.25º23.32%49.61%-
HSV(B)255.25º37.82%61.18%-
XYZ16.9614.3933.34-
YUV108.21154.97130.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=30.68%
G=26.58%
B=42.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112971560.280.3800.39255.2523.3249.61
Hex70619C1C26027ff1732
Octal16014123434460473772762
Binary11100001100001100111001110010011001001111111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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