#71699D

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

Shades of Scampi #71699D

Tints of Scampi #71699D

Color information

#71699D (or 0x71699D) is unknown color: approx Scampi. HEX triplet: 71, 69 and 9D. RGB value is (113,105,157). Sum of RGB (Red+Green+Blue) = 113+105+157=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #71699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71699D is #8E9662. Grayscale: #717171. Windows color (decimal): -9344611 or 10316145. OLE color: 10316145.

HSL color Cylindrical-coordinate representation of color #71699D: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71699D is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113105157-
CMYK0.280.3300.38
HSL249.23º20.97%51.37%-
HSV(B)249.23º33.12%61.57%-
XYZ17.9516.0534.05-
YUV113.32152.65127.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=30.13%
G=28%
B=41.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131051570.280.3300.38249.2320.9751.37
Hex71699D1C21026f91533
Octal16115123534410463712563
Binary11100011101001100111011110010000101001101111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71699D; }

 p { color: rgb(113,105,157); }

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

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

 a { background-color: rgb(113,105,157); }

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

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

 span { border-color: rgb(113,105,157); }

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