#616B69

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

Shades of William #616B69

Tints of William #616B69

Color information

#616B69 (or 0x616B69) is unknown color: approx William. HEX triplet: 61, 6B and 69. RGB value is (97,107,105). Sum of RGB (Red+Green+Blue) = 97+107+105=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 107 - color contains mainly: green. Hex color #616B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B69 is #9E9496. Grayscale: #676767. Windows color (decimal): -10392727 or 6908769. OLE color: 6908769.

HSL color Cylindrical-coordinate representation of color #616B69: hue angle of 168º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #616B69 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB97107105-
CMYK0.0900.020.58
HSL168º4.9%40%-
HSV(B)168º9.35%41.96%-
XYZ12.7414.0815.41-
YUV103.78128.69123.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=31.39%
G=34.63%
B=33.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971071050.0900.020.581684.940
Hex616B699023Aa8528
Octal141153151110272250550
Binary110000111010111101001100101011101010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616B69; }

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

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

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

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

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

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

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

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