#625E72

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

Shades of Smoky #625E72

Tints of Smoky #625E72

Color information

#625E72 (or 0x625E72) is unknown color: approx Smoky. HEX triplet: 62, 5E and 72. RGB value is (98,94,114). Sum of RGB (Red+Green+Blue) = 98+94+114=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #625E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E72 is #9DA18D. Grayscale: #616161. Windows color (decimal): -10330510 or 7495266. OLE color: 7495266.

HSL color Cylindrical-coordinate representation of color #625E72: hue angle of 252º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625E72 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9894114-
CMYK0.140.1800.55
HSL252º9.62%40.78%-
HSV(B)252º17.54%44.71%-
XYZ12.0811.8217.56-
YUV97.48137.33128.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=32.03%
G=30.72%
B=37.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98941140.140.1800.552529.6240.78
Hex625E72E12037fca29
Octal14213616216220673741251
Binary1100010101111011100101110100100110111111111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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