#736694

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

Shades of Scampi #736694

Tints of Scampi #736694

Color information

#736694 (or 0x736694) is unknown color: approx Scampi. HEX triplet: 73, 66 and 94. RGB value is (115,102,148). Sum of RGB (Red+Green+Blue) = 115+102+148=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #736694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736694 is #8C996B. Grayscale: #6E6E6E. Windows color (decimal): -9214316 or 9725555. OLE color: 9725555.

HSL color Cylindrical-coordinate representation of color #736694: hue angle of 256.96º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736694 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115102148-
CMYK0.220.3100.42
HSL256.96º18.4%49.02%-
HSV(B)256.96º31.08%58.04%-
XYZ17.1715.2930.06-
YUV111.13148.81130.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=31.51%
G=27.95%
B=40.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151021480.220.3100.42256.9618.449.02
Hex736694161F02A1011231
Octal16314622426370524012261
Binary11100111100110100101001011011111010101010000000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736694; }

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

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

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

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

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

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

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

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