#6A6571

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

Shades of Scarpa Flow #6A6571

Tints of Scarpa Flow #6A6571

Color information

#6A6571 (or 0x6A6571) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 65 and 71. RGB value is (106,101,113). Sum of RGB (Red+Green+Blue) = 106+101+113=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6571 is #959A8E. Grayscale: #676767. Windows color (decimal): -9804431 or 7431530. OLE color: 7431530.

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

Color convert

RGB106101113-
CMYK0.060.1100.56
HSL265º5.61%41.96%-
HSV(B)265º10.62%44.31%-
XYZ13.5813.5617.53-
YUV103.86133.16129.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=33.12%
G=31.56%
B=35.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1061011130.060.1100.562655.6141.96
Hex6A65716B03810962a
Octal152145161613070411652
Binary11010101100101111000111010110111000100001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,113); }

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

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

 a { background-color: rgb(106,101,113); }

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

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

 span { border-color: rgb(106,101,113); }

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