#625A72

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

Shades of Smoky #625A72

Tints of Smoky #625A72

Color information

#625A72 (or 0x625A72) is unknown color: approx Smoky. HEX triplet: 62, 5A and 72. RGB value is (98,90,114). Sum of RGB (Red+Green+Blue) = 98+90+114=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #625A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A72 is #9DA58D. Grayscale: #5F5F5F. Windows color (decimal): -10331534 or 7494242. OLE color: 7494242.

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

Color convert

RGB9890114-
CMYK0.140.2100.55
HSL260º11.76%40%-
HSV(B)260º21.05%44.71%-
XYZ11.7311.1217.45-
YUV95.13138.65130.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=32.45%
G=29.80%
B=37.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98901140.140.2100.5526011.7640
Hex625A72E15037104c28
Octal14213216216250674041450
Binary11000101011010111001011101010101101111000001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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