Html Css Color HEX #6E7275 Mid Grey

📋 copy color: '#6E7275'

red 110 ◦ green 114 ◦ blue 117

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

Shades of Mid Grey #6E7275

Tints of Mid Grey #6E7275

RGB

 RED value IS 110 (43.36% from 255) = 32.26%

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 32.26%
G = 33.43%
B = 34.31%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E7275 (or 0x6E7275) is known color: Mid Grey. HEX triplet: 6E, 72 and 75. RGB value is (110,114,117). Sum of RGB (Red+Green+Blue) = 110+114+117=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E7275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7275 is #918D8A. Grayscale: #717171. Windows color (decimal): -9538955 or 7697006. OLE color: 7697006.

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

Color convert

RGB 110 114 117 -
CMYK 0.06 0.03 0 0.54
HSL 205.71º 0.03% 0.45% -
HSV(B) 205.71º 0.06% 0.46% -
XYZ 15.66 16.63 19.22 -
YUV 113.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 110 114 117 0.06 0.03 0 0.54 205.71 0.03 0.45
Hex 6E 72 75 6 3 0 36 CE 3 2D
Octal 156 162 165 6 3 0 66 316 3 55
Binary 1101110 1110010 1110101 110 11 0 110110 11001110 11 101101

Color Harmonies of #6E7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7275

Black with #6E7275

Text Example


Text Example

White with #6E7275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,117); }

 H1.HeaderClassName
 {
   color: #6E7275;
 }
 .AnyTagClassName
 {
   color: #6E7275;
 }
</style>

background-color css

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

 a { background-color: rgb(110,114,117); }

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

border-color css

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

 span { border-color: rgb(110,114,117); }

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