#6A6573

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

Shades of Scarpa Flow #6A6573

Tints of Scarpa Flow #6A6573

Color information

#6A6573 (or 0x6A6573) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 65 and 73. RGB value is (106,101,115). Sum of RGB (Red+Green+Blue) = 106+101+115=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6573 is #959A8C. Grayscale: #686868. Windows color (decimal): -9804429 or 7562602. OLE color: 7562602.

HSL color Cylindrical-coordinate representation of color #6A6573: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A6573 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB106101115-
CMYK0.080.1200.55
HSL261.43º6.48%42.35%-
HSV(B)261.43º12.17%45.1%-
XYZ13.6913.6118.12-
YUV104.09134.16129.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=32.92%
G=31.37%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061011150.080.1200.55261.436.4842.35
Hex6A65738C03710562a
Octal1521451631014067405652
Binary110101011001011110011100011000110111100000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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