#625B76

Color #625B76 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #625B76

Tints of Smoky #625B76

Color information

#625B76 (or 0x625B76) is unknown color: approx Smoky. HEX triplet: 62, 5B and 76. RGB value is (98,91,118). Sum of RGB (Red+Green+Blue) = 98+91+118=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #625B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B76 is #9DA489. Grayscale: #606060. Windows color (decimal): -10331274 or 7756642. OLE color: 7756642.

HSL color Cylindrical-coordinate representation of color #625B76: hue angle of 255.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #625B76 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9891118-
CMYK0.170.2300.54
HSL255.56º12.92%40.98%-
HSV(B)255.56º22.88%46.27%-
XYZ12.0511.3918.7-
YUV96.17140.32129.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=31.92%
G=29.64%
B=38.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98911180.170.2300.54255.5612.9240.98
Hex625B761117036100d29
Octal14213316621270664001551
Binary110001010110111110110100011011101101101000000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625B76; }

 p { color: rgb(98,91,118); }

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

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

 a { background-color: rgb(98,91,118); }

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

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

 span { border-color: rgb(98,91,118); }

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