#62696F

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

Shades of Mid Grey #62696F

Tints of Mid Grey #62696F

Color information

#62696F (or 0x62696F) is unknown color: approx Mid Grey. HEX triplet: 62, 69 and 6F. RGB value is (98,105,111). Sum of RGB (Red+Green+Blue) = 98+105+111=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 111 - color contains mainly: blue. Hex color #62696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62696F is #9D9690. Grayscale: #676767. Windows color (decimal): -10327697 or 7301474. OLE color: 7301474.

HSL color Cylindrical-coordinate representation of color #62696F: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62696F is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB98105111-
CMYK0.120.0500.56
HSL207.69º6.22%40.98%-
HSV(B)207.69º11.71%43.53%-
XYZ12.9613.8517.03-
YUV103.59132.18124.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=31.21%
G=33.44%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981051110.120.0500.56207.696.2240.98
Hex62696FC5038d0629
Octal142151157145070320651
Binary1100010110100111011111100101011100011010000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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