#73669F

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

Shades of Scampi #73669F

Tints of Scampi #73669F

Color information

#73669F (or 0x73669F) is unknown color: approx Scampi. HEX triplet: 73, 66 and 9F. RGB value is (115,102,159). Sum of RGB (Red+Green+Blue) = 115+102+159=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #73669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73669F is #8C9960. Grayscale: #707070. Windows color (decimal): -9214305 or 10446451. OLE color: 10446451.

HSL color Cylindrical-coordinate representation of color #73669F: hue angle of 253.68º 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 #73669F is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115102159-
CMYK0.280.3600.38
HSL253.68º22.89%51.18%-
HSV(B)253.68º35.85%62.35%-
XYZ18.0815.6534.87-
YUV112.38154.31129.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=30.59%
G=27.13%
B=42.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151021590.280.3600.38253.6822.8951.18
Hex73669F1C24026fe1733
Octal16314623734440463762763
Binary11100111100110100111111110010010001001101111111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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