#6A7175

Color #6A7175 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #6A7175

Tints of Mid Grey #6A7175

Color information

#6A7175 (or 0x6A7175) is unknown color: approx Mid Grey. HEX triplet: 6A, 71 and 75. RGB value is (106,113,117). Sum of RGB (Red+Green+Blue) = 106+113+117=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7175 is #958E8A. Grayscale: #6F6F6F. Windows color (decimal): -9801355 or 7696746. OLE color: 7696746.

HSL color Cylindrical-coordinate representation of color #6A7175: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A7175 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB106113117-
CMYK0.090.0300.54
HSL201.82º4.93%43.73%-
HSV(B)201.82º9.4%45.88%-
XYZ15.0616.1619.15-
YUV111.36131.18124.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.55%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=31.55%
G=33.63%
B=34.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1061131170.090.0300.54201.824.9343.73
Hex6A717593036ca52c
Octal152161165113066312554
Binary110101011100011110101100111011011011001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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