#71699E

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

Shades of Scampi #71699E

Tints of Scampi #71699E

Color information

#71699E (or 0x71699E) is unknown color: approx Scampi. HEX triplet: 71, 69 and 9E. RGB value is (113,105,158). Sum of RGB (Red+Green+Blue) = 113+105+158=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #71699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71699E is #8E9661. Grayscale: #717171. Windows color (decimal): -9344610 or 10381681. OLE color: 10381681.

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

Color convert

RGB113105158-
CMYK0.280.3400.38
HSL249.06º21.46%51.57%-
HSV(B)249.06º33.54%61.96%-
XYZ18.0316.0834.5-
YUV113.43153.15127.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=30.05%
G=27.93%
B=42.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131051580.280.3400.38249.0621.4651.57
Hex71699E1C22026f91534
Octal16115123634420463712564
Binary11100011101001100111101110010001001001101111100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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