#616069

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

Shades of Smoky #616069

Tints of Smoky #616069

Color information

#616069 (or 0x616069) is unknown color: approx Smoky. HEX triplet: 61, 60 and 69. RGB value is (97,96,105). Sum of RGB (Red+Green+Blue) = 97+96+105=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 96 (37.89% from 255 or 32.21% 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 #616069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616069 is #9E9F96. Grayscale: #616161. Windows color (decimal): -10395543 or 6905953. OLE color: 6905953.

HSL color Cylindrical-coordinate representation of color #616069: hue angle of 246.67º degrees, saturation: 0.04, 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 #616069 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9796105-
CMYK0.080.0900.59
HSL246.67º4.48%39.41%-
HSV(B)246.67º8.57%41.18%-
XYZ11.6611.9315.05-
YUV97.32132.33127.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=32.55%
G=32.21%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97961050.080.0900.59246.674.4839.41
Hex6160698903Bf7427
Octal1411401511011073367447
Binary11000011100000110100110001001011101111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616069; }

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

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

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

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

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

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

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

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