#626B72

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

Shades of Mid Grey #626B72

Tints of Mid Grey #626B72

Color information

#626B72 (or 0x626B72) is unknown color: approx Mid Grey. HEX triplet: 62, 6B and 72. RGB value is (98,107,114). Sum of RGB (Red+Green+Blue) = 98+107+114=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #626B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B72 is #9D948D. Grayscale: #696969. Windows color (decimal): -10327182 or 7498594. OLE color: 7498594.

HSL color Cylindrical-coordinate representation of color #626B72: hue angle of 206.25º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626B72 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB98107114-
CMYK0.140.0600.55
HSL206.25º7.55%41.57%-
HSV(B)206.25º14.04%44.71%-
XYZ13.3314.3317.98-
YUV105.11133.02122.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=30.72%
G=33.54%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981071140.140.0600.55206.257.5541.57
Hex626B72E6037ce82a
Octal1421531621660673161052
Binary11000101101011111001011101100110111110011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626B72; }

 p { color: rgb(98,107,114); }

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

<style>
 a { background-color: #626B72; }

 a { background-color: rgb(98,107,114); }

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

<style>
 span { border-color: #626B72; }

 span { border-color: rgb(98,107,114); }

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