#71689D

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

Shades of Scampi #71689D

Tints of Scampi #71689D

Color information

#71689D (or 0x71689D) is unknown color: approx Scampi. HEX triplet: 71, 68 and 9D. RGB value is (113,104,157). Sum of RGB (Red+Green+Blue) = 113+104+157=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #71689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71689D is #8E9762. Grayscale: #707070. Windows color (decimal): -9344867 or 10315889. OLE color: 10315889.

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

Color convert

RGB113104157-
CMYK0.280.3400.38
HSL250.19º21.29%51.18%-
HSV(B)250.19º33.76%61.57%-
XYZ17.8515.8534.02-
YUV112.73152.98128.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=30.21%
G=27.81%
B=41.98%

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
Decimal1131041570.280.3400.38250.1921.2951.18
Hex71689D1C22026fa1533
Octal16115023534420463722563
Binary11100011101000100111011110010001001001101111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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