#6B696D

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

Shades of Scarpa Flow #6B696D

Tints of Scarpa Flow #6B696D

Color information

#6B696D (or 0x6B696D) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 69 and 6D. RGB value is (107,105,109). Sum of RGB (Red+Green+Blue) = 107+105+109=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B696D is #949692. Grayscale: #6A6A6A. Windows color (decimal): -9737875 or 7170411. OLE color: 7170411.

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

Color convert

RGB107105109-
CMYK0.020.0400.57
HSL270º1.87%41.96%-
HSV(B)270º3.67%42.75%-
XYZ13.8814.3316.5-
YUV106.05129.66128.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=33.33%
G=32.71%
B=33.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1071051090.020.0400.572701.8741.96
Hex6B696D2403910e22a
Octal15315115524071416252
Binary11010111101001110110110100011100110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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