#70669F

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

Shades of Scampi #70669F

Tints of Scampi #70669F

Color information

#70669F (or 0x70669F) is unknown color: approx Scampi. HEX triplet: 70, 66 and 9F. RGB value is (112,102,159). Sum of RGB (Red+Green+Blue) = 112+102+159=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #70669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669F is #8F9960. Grayscale: #6F6F6F. Windows color (decimal): -9410913 or 10446448. OLE color: 10446448.

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

Color convert

RGB112102159-
CMYK0.300.3600.38
HSL250.53º22.89%51.18%-
HSV(B)250.53º35.85%62.35%-
XYZ17.6915.4534.85-
YUV111.49154.81128.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=30.03%
G=27.35%
B=42.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121021590.300.3600.38250.5322.8951.18
Hex70669F1E24026fb1733
Octal16014623736440463732763
Binary11100001100110100111111111010010001001101111101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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