#625F69

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

Shades of Smoky #625F69

Tints of Smoky #625F69

Color information

#625F69 (or 0x625F69) is unknown color: approx Smoky. HEX triplet: 62, 5F and 69. RGB value is (98,95,105). Sum of RGB (Red+Green+Blue) = 98+95+105=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #625F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F69 is #9DA096. Grayscale: #606060. Windows color (decimal): -10330263 or 6905698. OLE color: 6905698.

HSL color Cylindrical-coordinate representation of color #625F69: hue angle of 258º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #625F69 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9895105-
CMYK0.070.1000.59
HSL258º5%39.22%-
HSV(B)258º9.52%41.18%-
XYZ11.6811.815.03-
YUV97.04132.49128.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=32.89%
G=31.88%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98951050.070.1000.59258539.22
Hex625F697A03B102527
Octal142137151712073402547
Binary11000101011111110100111110100111011100000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,105); }

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

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

 a { background-color: rgb(98,95,105); }

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

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

 span { border-color: rgb(98,95,105); }

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