Html Css Color HEX #6C7175 Mid Grey

📋 copy color: '#6C7175'

red 108 ◦ green 113 ◦ blue 117

#6C7175
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #6C7175

Tints of Mid Grey #6C7175

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 value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C7175 (or 0x6C7175) is known color: 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

RGB 108 113 117 -
CMYK 0.08 0.03 0 0.54
HSL 206.67º 0.04% 0.44% -
HSV(B) 206.67º 0.08% 0.46% -
XYZ 15.3 16.28 19.17 -
YUV 111.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 108 113 117 0.08 0.03 0 0.54 206.67 0.04 0.44
Hex 6C 71 75 8 3 0 36 CF 4 2C
Octal 154 161 165 10 3 0 66 317 4 54
Binary 1101100 1110001 1110101 1000 11 0 110110 11001111 100 101100

Color Harmonies of #6C7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7175

Black with #6C7175

Text Example


Text Example

White with #6C7175

Text Example


Text Example

HTML Codes & Css Web 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>