#6D6974

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

Shades of Scarpa Flow #6D6974

Tints of Scarpa Flow #6D6974

Color information

#6D6974 (or 0x6D6974) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 69 and 74. RGB value is (109,105,116). Sum of RGB (Red+Green+Blue) = 109+105+116=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D6974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6974 is #92968B. Grayscale: #6B6B6B. Windows color (decimal): -9606796 or 7629165. OLE color: 7629165.

HSL color Cylindrical-coordinate representation of color #6D6974: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6974 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB109105116-
CMYK0.060.0900.55
HSL261.82º4.98%43.33%-
HSV(B)261.82º9.48%45.49%-
XYZ14.5114.6218.58-
YUV107.45132.83129.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.03%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=33.03%
G=31.82%
B=35.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1091051160.060.0900.55261.824.9843.33
Hex6D69746903710652b
Octal155151164611067406553
Binary11011011101001111010011010010110111100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,116); }

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

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

 a { background-color: rgb(109,105,116); }

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

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

 span { border-color: rgb(109,105,116); }

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