#62696D

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

Shades of Mid Grey #62696D

Tints of Mid Grey #62696D

Color information

#62696D (or 0x62696D) is unknown color: approx Mid Grey. HEX triplet: 62, 69 and 6D. RGB value is (98,105,109). Sum of RGB (Red+Green+Blue) = 98+105+109=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 109 - color contains mainly: blue. Hex color #62696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62696D is #9D9692. Grayscale: #676767. Windows color (decimal): -10327699 or 7170402. OLE color: 7170402.

HSL color Cylindrical-coordinate representation of color #62696D: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #62696D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB98105109-
CMYK0.100.0400.57
HSL201.82º5.31%40.59%-
HSV(B)201.82º10.09%42.75%-
XYZ12.8513.816.46-
YUV103.36131.18124.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=31.41%
G=33.65%
B=34.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal981051090.100.0400.57201.825.3140.59
Hex62696DA4039ca529
Octal142151155124071312551
Binary1100010110100111011011010100011100111001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62696D; }

 p { color: rgb(98,105,109); }

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

<style>
 a { background-color: #62696D; }

 a { background-color: rgb(98,105,109); }

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

<style>
 span { border-color: #62696D; }

 span { border-color: rgb(98,105,109); }

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