#616068

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

Shades of Smoky #616068

Tints of Smoky #616068

Color information

#616068 (or 0x616068) is unknown color: approx Smoky. HEX triplet: 61, 60 and 68. RGB value is (97,96,104). Sum of RGB (Red+Green+Blue) = 97+96+104=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #616068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616068 is #9E9F97. Grayscale: #616161. Windows color (decimal): -10395544 or 6840417. OLE color: 6840417.

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

Color convert

RGB9796104-
CMYK0.070.0800.59
HSL247.5º4%39.22%-
HSV(B)247.5º7.69%40.78%-
XYZ11.6111.9114.78-
YUV97.21131.83127.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=32.66%
G=32.32%
B=35.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97961040.070.0800.59247.5439.22
Hex6160687803Bf8427
Octal141140150710073370447
Binary1100001110000011010001111000011101111111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616068; }

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

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

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

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

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

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

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

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