#6C7175

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

Shades of Mid Grey #6C7175

Tints of Mid Grey #6C7175

Color information

#6C7175 (or 0x6C7175) is unknown color: approx Mid Grey. HEX triplet: 6C, 71 and 75. RGB value is (108,113,117). Sum of RGB (Red+Green+Blue) = 108+113+117=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7175 is #938E8A. Grayscale: #6F6F6F. Windows color (decimal): -9670283 or 7696748. OLE color: 7696748.

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

Color convert

RGB108113117-
CMYK0.080.0300.54
HSL206.67º4%44.12%-
HSV(B)206.67º7.69%45.88%-
XYZ15.316.2819.17-
YUV111.96130.84125.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=31.95%
G=33.43%
B=34.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081131170.080.0300.54206.67444.12
Hex6C717583036cf42c
Octal154161165103066317454
Binary110110011100011110101100011011011011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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