#6D6776

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

Shades of Scarpa Flow #6D6776

Tints of Scarpa Flow #6D6776

Color information

#6D6776 (or 0x6D6776) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 67 and 76. RGB value is (109,103,118). Sum of RGB (Red+Green+Blue) = 109+103+118=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 103 (40.62% from 255 or 31.21% 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 #6D6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6776 is #929889. Grayscale: #6A6A6A. Windows color (decimal): -9607306 or 7759725. OLE color: 7759725.

HSL color Cylindrical-coordinate representation of color #6D6776: hue angle of 264º 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 #6D6776 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB109103118-
CMYK0.080.1300.54
HSL264º6.79%43.33%-
HSV(B)264º12.71%46.27%-
XYZ14.4314.2619.13-
YUV106.5134.49129.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.03%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=33.03%
G=31.21%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1091031180.080.1300.542646.7943.33
Hex6D67768D03610872b
Octal1551471661015066410753
Binary110110111001111110110100011010110110100001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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