#6C696E

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

Shades of Scarpa Flow #6C696E

Tints of Scarpa Flow #6C696E

Color information

#6C696E (or 0x6C696E) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 69 and 6E. RGB value is (108,105,110). Sum of RGB (Red+Green+Blue) = 108+105+110=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C696E is #939691. Grayscale: #6A6A6A. Windows color (decimal): -9672338 or 7235948. OLE color: 7235948.

HSL color Cylindrical-coordinate representation of color #6C696E: hue angle of 276º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C696E is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB108105110-
CMYK0.020.0500.57
HSL276º2.33%42.16%-
HSV(B)276º4.55%43.14%-
XYZ14.0514.4216.79-
YUV106.47129.99129.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.44%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=33.44%
G=32.51%
B=34.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081051100.020.0500.572762.3342.16
Hex6C696E2503911422a
Octal15415115625071424252
Binary11011001101001110111010101011100110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,105,110); }

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

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

 a { background-color: rgb(108,105,110); }

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

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

 span { border-color: rgb(108,105,110); }

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