#615F68

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

Shades of Smoky #615F68

Tints of Smoky #615F68

Color information

#615F68 (or 0x615F68) is unknown color: approx Smoky. HEX triplet: 61, 5F and 68. RGB value is (97,95,104). Sum of RGB (Red+Green+Blue) = 97+95+104=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #615F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F68 is #9EA097. Grayscale: #606060. Windows color (decimal): -10395800 or 6840161. OLE color: 6840161.

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

Color convert

RGB9795104-
CMYK0.070.0900.59
HSL253.33º4.52%39.02%-
HSV(B)253.33º8.65%40.78%-
XYZ11.5211.7314.75-
YUV96.62132.16128.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=32.77%
G=32.09%
B=35.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97951040.070.0900.59253.334.5239.02
Hex615F687903Bfd527
Octal141137150711073375547
Binary1100001101111111010001111001011101111111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F68; }

 p { color: rgb(97,95,104); }

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

<style>
 a { background-color: #615F68; }

 a { background-color: rgb(97,95,104); }

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

<style>
 span { border-color: #615F68; }

 span { border-color: rgb(97,95,104); }

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