#6E6A71

Color #6E6A71 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #6E6A71

Tints of Scarpa Flow #6E6A71

Color information

#6E6A71 (or 0x6E6A71) is unknown color: approx Scarpa Flow. HEX triplet: 6E, 6A and 71. RGB value is (110,106,113). Sum of RGB (Red+Green+Blue) = 110+106+113=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E6A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A71 is #91958E. Grayscale: #6B6B6B. Windows color (decimal): -9541007 or 7432814. OLE color: 7432814.

HSL color Cylindrical-coordinate representation of color #6E6A71: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6E6A71 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB110106113-
CMYK0.030.0600.56
HSL274.29º3.2%42.94%-
HSV(B)274.29º6.19%44.31%-
XYZ14.5714.8217.71-
YUV107.99130.83129.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=33.43%
G=32.22%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1101061130.030.0600.56274.293.242.94
Hex6E6A713603811232b
Octal15615216136070422353
Binary11011101101010111000111110011100010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6A71; }

 p { color: rgb(110,106,113); }

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

<style>
 a { background-color: #6E6A71; }

 a { background-color: rgb(110,106,113); }

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

<style>
 span { border-color: #6E6A71; }

 span { border-color: rgb(110,106,113); }

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