Html Css Color HEX #616069 Smoky

📋 copy color: '#616069'

red 97 ◦ green 96 ◦ blue 105

#616069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #616069

Tints of Smoky #616069

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 value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#616069 (or 0x616069) is known color: 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

RGB 97 96 105 -
CMYK 0.08 0.09 0 0.59
HSL 246.67º 0.04% 0.39% -
HSV(B) 246.67º 0.09% 0.41% -
XYZ 11.66 11.93 15.05 -
YUV 97.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 97 96 105 0.08 0.09 0 0.59 246.67 0.04 0.39
Hex 61 60 69 8 9 0 3B F7 4 27
Octal 141 140 151 10 11 0 73 367 4 47
Binary 1100001 1100000 1101001 1000 1001 0 111011 11110111 100 100111

Color Harmonies of #616069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616069

Black with #616069

Text Example


Text Example

White with #616069

Text Example


Text Example

HTML Codes & Css Web 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>