#6B676E

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

Shades of Scarpa Flow #6B676E

Tints of Scarpa Flow #6B676E

Color information

#6B676E (or 0x6B676E) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 67 and 6E. RGB value is (107,103,110). Sum of RGB (Red+Green+Blue) = 107+103+110=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B676E is #949891. Grayscale: #686868. Windows color (decimal): -9738386 or 7235435. OLE color: 7235435.

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

Color convert

RGB107103110-
CMYK0.030.0600.57
HSL274.29º3.29%41.76%-
HSV(B)274.29º6.36%43.14%-
XYZ13.7313.9516.72-
YUV104.99130.83129.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=33.44%
G=32.19%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1071031100.030.0600.57274.293.2941.76
Hex6B676E3603911232a
Octal15314715636071422352
Binary11010111100111110111011110011100110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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