#6A696B

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

Shades of Scarpa Flow #6A696B

Tints of Scarpa Flow #6A696B

Color information

#6A696B (or 0x6A696B) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 69 and 6B. RGB value is (106,105,107). Sum of RGB (Red+Green+Blue) = 106+105+107=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A696B is #959694. Grayscale: #696969. Windows color (decimal): -9803413 or 7039338. OLE color: 7039338.

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

Color convert

RGB106105107-
CMYK0.010.0200.58
HSL270º0.94%41.57%-
HSV(B)270º1.87%41.96%-
XYZ13.6514.2315.94-
YUV105.53128.83128.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=33.33%
G=33.02%
B=33.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061051070.010.0200.582700.9441.57
Hex6A696B1203A10e12a
Octal15215115312072416152
Binary11010101101001110101111001110101000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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