#70669B

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

Shades of Scampi #70669B

Tints of Scampi #70669B

Color information

#70669B (or 0x70669B) is unknown color: approx Scampi. HEX triplet: 70, 66 and 9B. RGB value is (112,102,155). Sum of RGB (Red+Green+Blue) = 112+102+155=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #70669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669B is #8F9964. Grayscale: #6E6E6E. Windows color (decimal): -9410917 or 10184304. OLE color: 10184304.

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

Color convert

RGB112102155-
CMYK0.280.3400.39
HSL251.32º20.95%50.39%-
HSV(B)251.32º34.19%60.78%-
XYZ17.3515.3133.05-
YUV111.03152.81128.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=30.35%
G=27.64%
B=42.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121021550.280.3400.39251.3220.9550.39
Hex70669B1C22027fb1532
Octal16014623334420473732562
Binary11100001100110100110111110010001001001111111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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