#71689C

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

Shades of Scampi #71689C

Tints of Scampi #71689C

Color information

#71689C (or 0x71689C) is unknown color: approx Scampi. HEX triplet: 71, 68 and 9C. RGB value is (113,104,156). Sum of RGB (Red+Green+Blue) = 113+104+156=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #71689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71689C is #8E9763. Grayscale: #707070. Windows color (decimal): -9344868 or 10250353. OLE color: 10250353.

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

Color convert

RGB113104156-
CMYK0.280.3300.39
HSL250.38º20.8%50.98%-
HSV(B)250.38º33.33%61.18%-
XYZ17.7615.8133.57-
YUV112.62152.48128.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=30.29%
G=27.88%
B=41.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131041560.280.3300.39250.3820.850.98
Hex71689C1C21027fa1533
Octal16115023434410473722563
Binary11100011101000100111001110010000101001111111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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