#70669A

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

Shades of Scampi #70669A

Tints of Scampi #70669A

Color information

#70669A (or 0x70669A) is unknown color: approx Scampi. HEX triplet: 70, 66 and 9A. RGB value is (112,102,154). Sum of RGB (Red+Green+Blue) = 112+102+154=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #70669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669A is #8F9965. Grayscale: #6E6E6E. Windows color (decimal): -9410918 or 10118768. OLE color: 10118768.

HSL color Cylindrical-coordinate representation of color #70669A: hue angle of 251.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70669A is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112102154-
CMYK0.270.3400.40
HSL251.54º20.47%50.2%-
HSV(B)251.54º33.77%60.39%-
XYZ17.2715.2832.61-
YUV110.92152.31128.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=30.43%
G=27.72%
B=41.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121021540.270.3400.40251.5420.4750.2
Hex70669A1B22028fc1432
Octal16014623233420503742462
Binary11100001100110100110101101110001001010001111110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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