#70669C

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

Shades of Scampi #70669C

Tints of Scampi #70669C

Color information

#70669C (or 0x70669C) is unknown color: approx Scampi. HEX triplet: 70, 66 and 9C. RGB value is (112,102,156). Sum of RGB (Red+Green+Blue) = 112+102+156=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #70669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669C is #8F9963. Grayscale: #6E6E6E. Windows color (decimal): -9410916 or 10249840. OLE color: 10249840.

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

Color convert

RGB112102156-
CMYK0.280.3500.39
HSL251.11º21.43%50.59%-
HSV(B)251.11º34.62%61.18%-
XYZ17.4315.3533.5-
YUV111.15153.31128.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=30.27%
G=27.57%
B=42.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121021560.280.3500.39251.1121.4350.59
Hex70669C1C23027fb1533
Octal16014623434430473732563
Binary11100001100110100111001110010001101001111111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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