#6E6676

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

Shades of Scarpa Flow #6E6676

Tints of Scarpa Flow #6E6676

Color information

#6E6676 (or 0x6E6676) is unknown color: approx Scarpa Flow. HEX triplet: 6E, 66 and 76. RGB value is (110,102,118). Sum of RGB (Red+Green+Blue) = 110+102+118=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6676 is #919989. Grayscale: #6A6A6A. Windows color (decimal): -9542026 or 7759470. OLE color: 7759470.

HSL color Cylindrical-coordinate representation of color #6E6676: hue angle of 270º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6E6676 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB110102118-
CMYK0.070.1400.54
HSL270º7.27%43.14%-
HSV(B)270º13.56%46.27%-
XYZ14.4514.1319.1-
YUV106.22134.65130.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=33.33%
G=30.91%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1101021180.070.1400.542707.2743.14
Hex6E66767E03610e72b
Octal156146166716066416753
Binary11011101100110111011011111100110110100001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,102,118); }

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

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

 a { background-color: rgb(110,102,118); }

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

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

 span { border-color: rgb(110,102,118); }

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