#626668

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

Shades of Mid Grey #626668

Tints of Mid Grey #626668

Color information

#626668 (or 0x626668) is unknown color: approx Mid Grey. HEX triplet: 62, 66 and 68. RGB value is (98,102,104). Sum of RGB (Red+Green+Blue) = 98+102+104=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 104 - color contains mainly: blue. Hex color #626668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626668 is #9D9997. Grayscale: #656565. Windows color (decimal): -10328472 or 6841954. OLE color: 6841954.

HSL color Cylindrical-coordinate representation of color #626668: hue angle of 200º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #626668 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB98102104-
CMYK0.060.0200.59
HSL200º2.97%39.61%-
HSV(B)200º5.77%40.78%-
XYZ12.2913.114.98-
YUV101.03129.67125.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.24%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=32.24%
G=33.55%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal981021040.060.0200.592002.9739.61
Hex6266686203Bc8328
Octal14214615062073310350
Binary1100010110011011010001101001110111100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626668; }

 p { color: rgb(98,102,104); }

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

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

 a { background-color: rgb(98,102,104); }

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

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

 span { border-color: rgb(98,102,104); }

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