#71669E

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

Shades of Scampi #71669E

Tints of Scampi #71669E

Color information

#71669E (or 0x71669E) is unknown color: approx Scampi. HEX triplet: 71, 66 and 9E. RGB value is (113,102,158). Sum of RGB (Red+Green+Blue) = 113+102+158=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #71669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71669E is #8E9961. Grayscale: #6F6F6F. Windows color (decimal): -9345378 or 10380913. OLE color: 10380913.

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

Color convert

RGB113102158-
CMYK0.280.3500.38
HSL251.79º22.4%50.98%-
HSV(B)251.79º35.44%61.96%-
XYZ17.7315.4834.4-
YUV111.67154.14128.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=30.29%
G=27.35%
B=42.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131021580.280.3500.38251.7922.450.98
Hex71669E1C23026fc1633
Octal16114623634430463742663
Binary11100011100110100111101110010001101001101111110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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