#73689C

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

Shades of Scampi #73689C

Tints of Scampi #73689C

Color information

#73689C (or 0x73689C) is unknown color: approx Scampi. HEX triplet: 73, 68 and 9C. RGB value is (115,104,156). Sum of RGB (Red+Green+Blue) = 115+104+156=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #73689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73689C is #8C9763. Grayscale: #717171. Windows color (decimal): -9213796 or 10250355. OLE color: 10250355.

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

Color convert

RGB115104156-
CMYK0.260.3300.39
HSL252.69º20.8%50.98%-
HSV(B)252.69º33.33%61.18%-
XYZ18.0215.9533.58-
YUV113.22152.14129.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=30.67%
G=27.73%
B=41.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151041560.260.3300.39252.6920.850.98
Hex73689C1A21027fd1533
Octal16315023432410473752563
Binary11100111101000100111001101010000101001111111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,104,156); }

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

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

 a { background-color: rgb(115,104,156); }

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

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

 span { border-color: rgb(115,104,156); }

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