#606D69

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

Shades of William #606D69

Tints of William #606D69

Color information

#606D69 (or 0x606D69) is unknown color: approx William. HEX triplet: 60, 6D and 69. RGB value is (96,109,105). Sum of RGB (Red+Green+Blue) = 96+109+105=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 109 - color contains mainly: green. Hex color #606D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D69 is #9F9296. Grayscale: #686868. Windows color (decimal): -10457751 or 6909280. OLE color: 6909280.

HSL color Cylindrical-coordinate representation of color #606D69: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606D69 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB96109105-
CMYK0.1200.040.57
HSL161.54º6.34%40.2%-
HSV(B)161.54º11.93%42.75%-
XYZ12.8414.4415.48-
YUV104.66128.19121.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=30.97%
G=35.16%
B=33.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal961091050.1200.040.57161.546.3440.2
Hex606D69C0439a2628
Octal140155151140471242650
Binary1100000110110111010011100010011100110100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606D69; }

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

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

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

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

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

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

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

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