#70609C

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

Shades of Scampi #70609C

Tints of Scampi #70609C

Color information

#70609C (or 0x70609C) is unknown color: approx Scampi. HEX triplet: 70, 60 and 9C. RGB value is (112,96,156). Sum of RGB (Red+Green+Blue) = 112+96+156=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #70609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70609C is #8F9F63. Grayscale: #6B6B6B. Windows color (decimal): -9412452 or 10248304. OLE color: 10248304.

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

Color convert

RGB11296156-
CMYK0.280.3800.39
HSL256º23.81%49.41%-
HSV(B)256º38.46%61.18%-
XYZ16.8714.2133.31-
YUV107.62155.3131.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=30.77%
G=26.37%
B=42.86%

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
Decimal112961560.280.3800.3925623.8149.41
Hex70609C1C260271001831
Octal16014023434460474003061
Binary111000011000001001110011100100110010011110000000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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