#625B7A

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

Shades of Smoky #625B7A

Tints of Smoky #625B7A

Color information

#625B7A (or 0x625B7A) is unknown color: approx Smoky. HEX triplet: 62, 5B and 7A. RGB value is (98,91,122). Sum of RGB (Red+Green+Blue) = 98+91+122=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #625B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B7A is #9DA485. Grayscale: #606060. Windows color (decimal): -10331270 or 8018786. OLE color: 8018786.

HSL color Cylindrical-coordinate representation of color #625B7A: hue angle of 253.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #625B7A is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9891122-
CMYK0.200.2500.52
HSL253.55º14.55%41.76%-
HSV(B)253.55º25.41%47.84%-
XYZ12.2911.4819.98-
YUV96.63142.32128.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=31.51%
G=29.26%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98911220.200.2500.52253.5514.5541.76
Hex625B7A1419034fef2a
Octal14213317224310643761752
Binary11000101011011111101010100110010110100111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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