Html Css Color HEX #61686C Mid Grey

📋 copy color: '#61686C'

red 97 ◦ green 104 ◦ blue 108

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

Shades of Mid Grey #61686C

Tints of Mid Grey #61686C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 31.39%
G = 33.66%
B = 34.95%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61686C (or 0x61686C) is known color: Mid Grey. HEX triplet: 61, 68 and 6C. RGB value is (97,104,108). Sum of RGB (Red+Green+Blue) = 97+104+108=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #61686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61686C is #9E9793. Grayscale: #666666. Windows color (decimal): -10393492 or 7104609. OLE color: 7104609.

HSL color Cylindrical-coordinate representation of color #61686C: hue angle of 201.82º 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 #61686C is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 104 108 -
CMYK 0.10 0.04 0 0.58
HSL 201.82º 0.05% 0.4% -
HSV(B) 201.82º 0.1% 0.42% -
XYZ 12.59 13.52 16.13 -
YUV 102.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 97 104 108 0.10 0.04 0 0.58 201.82 0.05 0.4
Hex 61 68 6C A 4 0 3A CA 5 28
Octal 141 150 154 12 4 0 72 312 5 50
Binary 1100001 1101000 1101100 1010 100 0 111010 11001010 101 101000

Color Harmonies of #61686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61686C

Black with #61686C

Text Example


Text Example

White with #61686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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