#6E6776

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

Shades of Scarpa Flow #6E6776

Tints of Scarpa Flow #6E6776

Color information

#6E6776 (or 0x6E6776) is unknown color: approx Scarpa Flow. HEX triplet: 6E, 67 and 76. RGB value is (110,103,118). Sum of RGB (Red+Green+Blue) = 110+103+118=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6776 is #919889. Grayscale: #6A6A6A. Windows color (decimal): -9541770 or 7759726. OLE color: 7759726.

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

Color convert

RGB110103118-
CMYK0.070.1300.54
HSL268º6.79%43.33%-
HSV(B)268º12.71%46.27%-
XYZ14.5514.3219.14-
YUV106.8134.32130.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=33.23%
G=31.12%
B=35.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1101031180.070.1300.542686.7943.33
Hex6E67767D03610c72b
Octal156147166715066414753
Binary11011101100111111011011111010110110100001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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