#70649C

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

Shades of Scampi #70649C

Tints of Scampi #70649C

Color information

#70649C (or 0x70649C) is unknown color: approx Scampi. HEX triplet: 70, 64 and 9C. RGB value is (112,100,156). Sum of RGB (Red+Green+Blue) = 112+100+156=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #70649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70649C is #8F9B63. Grayscale: #6D6D6D. Windows color (decimal): -9411428 or 10249328. OLE color: 10249328.

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

Color convert

RGB112100156-
CMYK0.280.3600.39
HSL252.86º22.05%50.2%-
HSV(B)252.86º35.9%61.18%-
XYZ17.2414.9633.43-
YUV109.97153.98129.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=30.43%
G=27.17%
B=42.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121001560.280.3600.39252.8622.0550.2
Hex70649C1C24027fd1632
Octal16014423434440473752662
Binary11100001100100100111001110010010001001111111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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