Html Css Color HEX #61696F Mid Grey

📋 copy color: '#61696F'

red 97 ◦ green 105 ◦ blue 111

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

Shades of Mid Grey #61696F

Tints of Mid Grey #61696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 30.99%
G = 33.55%
B = 35.46%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#61696F (or 0x61696F) is known color: Mid Grey. HEX triplet: 61, 69 and 6F. RGB value is (97,105,111). Sum of RGB (Red+Green+Blue) = 97+105+111=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 111 - color contains mainly: blue. Hex color #61696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61696F is #9E9690. Grayscale: #676767. Windows color (decimal): -10393233 or 7301473. OLE color: 7301473.

HSL color Cylindrical-coordinate representation of color #61696F: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61696F is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 105 111 -
CMYK 0.13 0.05 0 0.56
HSL 205.71º 0.07% 0.41% -
HSV(B) 205.71º 0.13% 0.44% -
XYZ 12.85 13.79 17.02 -
YUV 103.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 97 105 111 0.13 0.05 0 0.56 205.71 0.07 0.41
Hex 61 69 6F D 5 0 38 CE 7 29
Octal 141 151 157 15 5 0 70 316 7 51
Binary 1100001 1101001 1101111 1101 101 0 111000 11001110 111 101001

Color Harmonies of #61696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61696F

Black with #61696F

Text Example


Text Example

White with #61696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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