#616C69

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

Shades of William #616C69

Tints of William #616C69

Color information

#616C69 (or 0x616C69) is unknown color: approx William. HEX triplet: 61, 6C and 69. RGB value is (97,108,105). Sum of RGB (Red+Green+Blue) = 97+108+105=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 108 - color contains mainly: green. Hex color #616C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C69 is #9E9396. Grayscale: #686868. Windows color (decimal): -10392471 or 6909025. OLE color: 6909025.

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

Color convert

RGB97108105-
CMYK0.1000.030.58
HSL163.64º5.37%40.2%-
HSV(B)163.64º10.19%42.35%-
XYZ12.8414.2915.45-
YUV104.37128.36122.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=31.29%
G=34.84%
B=33.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971081050.1000.030.58163.645.3740.2
Hex616C69A033Aa4528
Octal141154151120372244550
Binary110000111011001101001101001111101010100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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