#625B72

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

Shades of Smoky #625B72

Tints of Smoky #625B72

Color information

#625B72 (or 0x625B72) is unknown color: approx Smoky. HEX triplet: 62, 5B and 72. RGB value is (98,91,114). Sum of RGB (Red+Green+Blue) = 98+91+114=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #625B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B72 is #9DA48D. Grayscale: #5F5F5F. Windows color (decimal): -10331278 or 7494498. OLE color: 7494498.

HSL color Cylindrical-coordinate representation of color #625B72: hue angle of 258.26º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #625B72 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9891114-
CMYK0.140.2000.55
HSL258.26º11.22%40.2%-
HSV(B)258.26º20.18%44.71%-
XYZ11.8211.2917.48-
YUV95.71138.32129.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=32.34%
G=30.03%
B=37.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98911140.140.2000.55258.2611.2240.2
Hex625B72E14037102b28
Octal14213316216240674021350
Binary11000101011011111001011101010001101111000000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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