Html Css Color HEX #616669 Mid Grey

📋 copy color: '#616669'

red 97 ◦ green 102 ◦ blue 105

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

Shades of Mid Grey #616669

Tints of Mid Grey #616669

RGB

 RED value IS 97 (38.28% from 255) = 31.91%

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 31.91%
G = 33.55%
B = 34.54%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#616669 (or 0x616669) is known color: Mid Grey. HEX triplet: 61, 66 and 69. RGB value is (97,102,105). Sum of RGB (Red+Green+Blue) = 97+102+105=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 105 - color contains mainly: blue. Hex color #616669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616669 is #9E9996. Grayscale: #646464. Windows color (decimal): -10394007 or 6907489. OLE color: 6907489.

HSL color Cylindrical-coordinate representation of color #616669: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616669 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 102 105 -
CMYK 0.08 0.03 0 0.59
HSL 202.5º 0.04% 0.4% -
HSV(B) 202.5º 0.08% 0.41% -
XYZ 12.23 13.06 15.24 -
YUV 100.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 97 102 105 0.08 0.03 0 0.59 202.5 0.04 0.4
Hex 61 66 69 8 3 0 3B CA 4 28
Octal 141 146 151 10 3 0 73 312 4 50
Binary 1100001 1100110 1101001 1000 11 0 111011 11001010 100 101000

Color Harmonies of #616669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616669

Black with #616669

Text Example


Text Example

White with #616669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616669; }

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

 H1.HeaderClassName
 {
   color: #616669;
 }
 .AnyTagClassName
 {
   color: #616669;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #616669;
 }
 .BgClassName
 {
   background-color: #616669;
 }
</style>

border-color css

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

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

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