Html Css Color HEX #606D69 William

📋 copy color: '#606D69'

red 96 ◦ green 109 ◦ blue 105

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

Shades of William #606D69

Tints of William #606D69

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

 M value IS 0

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#606D69 (or 0x606D69) is known color: 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

RGB 96 109 105 -
CMYK 0.12 0 0.04 0.57
HSL 161.54º 0.06% 0.4% -
HSV(B) 161.54º 0.12% 0.43% -
XYZ 12.84 14.44 15.48 -
YUV 104.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 96 109 105 0.12 0 0.04 0.57 161.54 0.06 0.4
Hex 60 6D 69 C 0 4 39 A2 6 28
Octal 140 155 151 14 0 4 71 242 6 50
Binary 1100000 1101101 1101001 1100 0 100 111001 10100010 110 101000

Color Harmonies of #606D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D69

Black with #606D69

Text Example


Text Example

White with #606D69

Text Example


Text Example

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